aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-12-23 18:11:45 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-23 18:12:12 +0100
commit13e129ed9ab3596bd46f8506af3277cc22aa0bec (patch)
tree0ae12050cf4bfdc2e30223111390c6bf76634b86 /configure.ac
parent3aa3c710ac36abe43bea2a05a2fd334419494c51 (diff)
downloadbitcoin-13e129ed9ab3596bd46f8506af3277cc22aa0bec.tar.xz
CLIENT_VERSION_IS_RELEASE → true
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25c81ccfb4..c8149570b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 10)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_IS_RELEASE, false)
+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])
AC_CONFIG_SRCDIR([src/main.cpp])