summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-20 22:02:53 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-04-20 22:03:20 +0300
commit7a4cb22057538ca2c559b70ae34aea448c1d658f (patch)
tree54ea5381cf7b89243996510d341870bc585fc4c6 /configure.ac
parent39c196708756fc8f85bfc70c931836479be3b9c2 (diff)
Post release 1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 2f82979a84..177b6ddbd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,12 +5,12 @@ AC_PREREQ(2.60)
define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [1])
-define([VERSION_FIX], [0])
+define([VERSION_FIX], [1])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
-define([VERSION_SUFFIX], [])
+define([VERSION_SUFFIX], [_master])
dnl Set to "1" for a first RPM release of a new version
-PACKAGE_RPM_RELEASE="1"
+PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)"
AC_INIT([netdata], VERSION_NUMBER[]VERSION_SUFFIX)