diff options
| author | langerhans <[email protected]> | 2015-06-29 20:26:15 +0200 |
|---|---|---|
| committer | langerhans <[email protected]> | 2015-06-29 20:26:15 +0200 |
| commit | 81e3357b0e141408a6361b4a54e1c158da51d6e6 (patch) | |
| tree | 021e75963c6907e70a34a6efaebb0bdab2304eb0 | |
| parent | Add a fresh set of fixed and DNS seeds. (diff) | |
| download | discoin-81e3357b0e141408a6361b4a54e1c158da51d6e6.tar.xz discoin-81e3357b0e141408a6361b4a54e1c158da51d6e6.zip | |
Update the version numbers to 1.8.3
| -rw-r--r-- | configure.ac | 4 | ||||
| -rw-r--r-- | src/clientversion.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index ae8797940..be9469e4f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) 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) define(_CLIENT_VERSION_IS_RELEASE, true) -define(_COPYRIGHT_YEAR, 2014) +define(_COPYRIGHT_YEAR, 2015) AC_INIT([Dogecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[dogecoin]) AC_CONFIG_AUX_DIR([src/build-aux]) AC_CONFIG_MACRO_DIR([src/m4]) 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 |