Reduction of a percentage share will happen 01.10.2013?
Or reduction happened in the version of a wallet 0.9.4?
Only after the time has been past:
static int64 nRewardCoinYear = 1; // creation amount per coin-year
int64 nSubsidy = nCoinAge * 1 * nRewardCoinYear;
+
+ if(currentTime > 1383220800) //Fork at Midnight, All Hallow's Eve, 2013.
+ {nSubsidy = nCoinAge * .01 * nRewardCoinYear;} // 1% of the old stake; but hey still 7 days and a fortnight.
NOTE: That's actually midday and not midnight but what's 12 hours between friends?
