aboutsummaryrefslogtreecommitdiff
path: root/src/clientversion.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2012-11-22 20:03:33 +0000
committerLuke Dashjr <[email protected]>2012-11-22 20:03:33 +0000
commit0dba651def56ccf6f2bf78ac9cc9e6edf97bc668 (patch)
tree5412cad4dfad03c29a2cfe9cb5c2b6d3acba07fb /src/clientversion.h
parentBitcoin-Qt: fix crash on Windows caused by CDBEnv::EnvShutdown() (diff)
downloaddiscoin-0dba651def56ccf6f2bf78ac9cc9e6edf97bc668.tar.xz
discoin-0dba651def56ccf6f2bf78ac9cc9e6edf97bc668.zip
Bump versions for 0.7.2 release, including updated release notes
Diffstat (limited to 'src/clientversion.h')
-rw-r--r--src/clientversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index 2f695e5cc..5ada4d86f 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 7
-#define CLIENT_VERSION_REVISION 1
+#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0
// Converts the parameter X to a string after macro replacement on X has been performed.