aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ Ross Nicoll <[email protected]>2015-10-18 18:35:46 +0100
committerJ Ross Nicoll <[email protected]>2015-10-31 14:49:41 +0000
commitfce998404a443ee90330be1cc20665858ff2c24b (patch)
tree612da772c4f5997b4c615a695465dacf424ccce3
parent[Qt] Disable milli and micro units, introduce kilo and mega units (diff)
downloaddiscoin-fce998404a443ee90330be1cc20665858ff2c24b.tar.xz
discoin-fce998404a443ee90330be1cc20665858ff2c24b.zip
Mark as release version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index be360416f..fb3c4da51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 1)
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, 2015)
AC_INIT([Dogecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dogecoin/dogecoin/issues],[dogecoin])
AC_CONFIG_SRCDIR([src/main.cpp])