cause 0.0.8 does not have 100 as reward inside (unfortunately)
int64 nSubsidy = 10000 * CENT;
Note that you have 100 coins in this line, and 50 coins in next versions. Also note that "CENT" is just 0.01. And if you multiply 0.01 by 10000, you can get exactly 100.00.