X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fclientversion.h;h=f3481b8a96495c535cb1260ec3cb15be9a80e2b7;hp=2fc2bab56aa4529975b7ec4ae852f92c1887bb6a;hb=8df93a092b9d9610e52c8405fe0b43374e9fba6f;hpb=848b99c4b46b2905b0258d08f855857b3898a00f diff --git a/src/clientversion.h b/src/clientversion.h index 2fc2bab..f3481b8 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 7 #define CLIENT_VERSION_REVISION 6 -#define CLIENT_VERSION_BUILD 4 +#define CLIENT_VERSION_BUILD 5 // Converts the parameter X to a string after macro replacement on X has been performed. // Don't merge these into one macro!