Hate to tell you this dude, but the days of clock speed increases are over. No chip manufacturers are planning higher clocked chips. This is due mainly to two things: the increasing importance of wire delay, and the problem of leakage current. Wire delay limits how far signals can propagate per clock cycle which forces either simpler designs (to limit how far the signal needs to travel), or lower clock speeds (to give the signal more time to travel). The "make the chip simpler" approach was tried (for example, IBM Power6, Sony Cell SPE) and didn't work out. Leakage current as chips have gotten smaller has also forced clock speeds lower to stay within power budgets. Consider Intel's "Turbo Boost" for example. The existence of this feature shows that the chips can run faster, except that they use too much energy when they do. So parts of the chip have to be disabled when running at this higher speed. If not for leakage current, we wouldn't have this problem.
All future improvements in CPU performance will come from improved parallelism, whether that's more cores or more instructions per clock.