From e22eb1747dc99eaa35b21b7a3e3bbc81861caaa7 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 28 Jan 2014 23:27:07 -0200 Subject: [PATCH] update client version again. openssl fix is fairly important as well, better make sure people will get it. --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index babdd832..138d6090 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -8,7 +8,7 @@ // 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 11 +#define CLIENT_VERSION_REVISION 12 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build