diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-19 09:51:15 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-19 09:51:15 +0200 |
commit | 354c0f382b9a0d6701cb43a8ee379d7c0ef5d34d (patch) | |
tree | 3313422d574858dab390d8b4e2089b570b975666 | |
parent | b64b1c6e9f28ab5c4a056673fcce8da0afcaa4ec (diff) |
Bump version to 0.9.2.1v0.9.2.1
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/clientversion.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8c14756812..30b9ff54f2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 9) define(_CLIENT_VERSION_REVISION, 2) -define(_CLIENT_VERSION_BUILD, 0) +define(_CLIENT_VERSION_BUILD, 1) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2014) AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@bitcoin.org],[bitcoin]) diff --git a/src/clientversion.h b/src/clientversion.h index 7ef9cfc201..6b362ca940 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -12,7 +12,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 9 #define CLIENT_VERSION_REVISION 2 -#define CLIENT_VERSION_BUILD 0 +#define CLIENT_VERSION_BUILD 1 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true |