aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlangerhans <[email protected]>2015-06-29 20:26:15 +0200
committerlangerhans <[email protected]>2015-06-29 20:26:15 +0200
commit81e3357b0e141408a6361b4a54e1c158da51d6e6 (patch)
tree021e75963c6907e70a34a6efaebb0bdab2304eb0 /src
parentAdd a fresh set of fixed and DNS seeds. (diff)
downloaddiscoin-81e3357b0e141408a6361b4a54e1c158da51d6e6.tar.xz
discoin-81e3357b0e141408a6361b4a54e1c158da51d6e6.zip
Update the version numbers to 1.8.3
Diffstat (limited to 'src')
-rw-r--r--src/clientversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index 08c74fd09..ffd602f65 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -11,7 +11,7 @@
// These need to be macros, as version.cpp's and dogecoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 8
-#define CLIENT_VERSION_REVISION 2
+#define CLIENT_VERSION_REVISION 3
#define CLIENT_VERSION_BUILD 0
// Set to true for release, false for prerelease or test build