Less then 2000 Blocks until block reward increase to 2500 KMC!

May be here mistake.
In
https://github.com/KimoCoin/kimocoin/ source:
} else if(nHeight >= 5001 && nHeight <= 10000) {
nSubsidy = 1000 * COIN;
} else if(nHeight >= 10001 && nHeight <= 20000) {
nSubsidy = 2000 * COIN;
} else if(nHeight >= 20001 && nHeight <= 100000) {
So reward 2500 or 2000
