We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c571c commit fd320fbCopy full SHA for fd320fb
configure.ac
@@ -5,12 +5,12 @@ AC_PREREQ(2.60)
5
6
define([VERSION_MAJOR], [1])
7
define([VERSION_MINOR], [0])
8
-define([VERSION_FIX], [1])
+define([VERSION_FIX], [2])
9
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
10
-define([VERSION_SUFFIX], [])
+define([VERSION_SUFFIX], [_master])
11
12
dnl Set to "1" for a first RPM release of a new version
13
-PACKAGE_RPM_RELEASE="1"
+PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)"
14
15
AC_INIT([iprange], VERSION_NUMBER[]VERSION_SUFFIX)
16
0 commit comments