aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorlangerhans <[email protected]>2014-06-08 17:18:50 +0200
committerlangerhans <[email protected]>2014-06-08 17:18:50 +0200
commitcf8269901314c91c1a87bea4ad4da16383f3d50b (patch)
tree1005f92754d1c4bc6dfec674e908d5fe55d2a0fe /configure.ac
parentMerge pull request #514 from leofidus/1.7-slimsplash (diff)
parentMerge pull request #552 from patricklodder/1.7.1-dev-version_bump (diff)
downloadarchived-discoin-1.7-archive.tar.xz
archived-discoin-1.7-archive.zip
Merge branch '1.7.1-dev' into 1.7-maint1.7-archive
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 4e3e0ea8b..2e1d4bbc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 7)
-define(_CLIENT_VERSION_REVISION, 0)
+define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2014)