changeset 2044:d6fedfd95db5 draft

Bump CLIENT_VERSION for rc4 release
author Gregory Maxwell <greg@xiph.org>
date Fri, 16 Mar 2012 15:08:57 -0400
parents 06902d0fc691
children da37837fe001 4bb291bca5a7 a235dccc5561
files src/main.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,7 @@
 class CRequestTracker;
 class CNode;
 
-static const int CLIENT_VERSION = 60003;
+static const int CLIENT_VERSION = 60004;
 static const bool VERSION_IS_BETA = true;
 extern const std::string CLIENT_NAME;