From adc9e82f3a703920551339ffc4d764849f4a6ecf Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 26 Feb 2014 08:08:48 -0300 Subject: [PATCH] 0.9.19 --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index 076a0339..33f62e91 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 18 +#define CLIENT_VERSION_REVISION 19 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build