From 3d20cd5f61fff33fe5fffd6efddf2c942c8dd2f9 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Sat, 12 Apr 2014 14:06:07 -1000 Subject: VERSION obtained from source instead of the previous git tag. Drawback: The version string is no longer a valid git identifier. For this reason the 'g' short hash prefix has been removed. Exception: When building directly from a tag this behaves exactly like the previous behavior. This allows formatting release versions with precision i.e. v0.9.2 This also allows arbitrary topicbranch names i.e. v0.9.1-glibc-compat --- src/clientversion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/clientversion.h') diff --git a/src/clientversion.h b/src/clientversion.h index 8d0f89c715..29b4aa3764 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -11,8 +11,8 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 9 -#define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 99 +#define CLIENT_VERSION_REVISION 99 +#define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE false -- cgit v1.2.3