Post
Topic
Board Altcoin Discussion
Re: [DIFF FIX!]Jupitercoin - v0.2! - Source available, BOUNTY for compiled binaries!
by
Jupitercoin
on 10/08/2013, 16:15:25 UTC

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!  Cheesy  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)