Why does the topic and the OP still say 140,000 MAX coins when the source code clearly says 210,000 MAX coins?
static const int64 MAX_MONEY = 210000 * COIN;
If you calculate with block halving, it comes out to 140K total coins, not 210K. Do the math.