From a884c002ce86209db9e573cf55eb6dff606c14bd Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 25 Jan 2014 12:55:04 -0200 Subject: [PATCH] 0.9.9 now compiles under cygwin! --- src/clientversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clientversion.h b/src/clientversion.h index 0b295d5b..0f12748d 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 8 +#define CLIENT_VERSION_REVISION 9 #define CLIENT_VERSION_BUILD 0 // Set to true for release, false for prerelease or test build