Version.h should be
// These need to be macro's, as version.cpp's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
not
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
Your wallet wont let you roll back clients.
Haha, I was mucking around!

I didn't know this would mess up everything.
I wanted it to go from 0.1 to 0.2, but it was already at 0.6
Now it's version 1.1.
Thanks muddafudda and shakezula!
(sorry about the mishap)