summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-11-22 22:02:43 +0200
committerGitHub <noreply@github.com>2018-11-22 22:02:43 +0200
commit19e4b1c85e8e43788a08617af4cbacff0d8a170e (patch)
tree2069a9e6a92d39c72d2b6184b6280858b70b6ab2 /configure.ac
parent9811a42c9a77c96b416b35a15565c44514aadfd4 (diff)
Move changelog generation to the end in release pipeline (#4712)v1.11.1
* move changelog generation to the end of release pipeline and create [netdata patch release] * fix configure.ac autocommit when tag is a rc tag * do not create a release when commit is not tagged
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 74e4795183..06e3bf7af6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ(2.60)
define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [11])
-define([VERSION_FIX], [1])
+define([VERSION_FIX], [0])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [_rolling])