Skip to content

Commit fd320fb

Browse files
committed
Post release 1.0.1
1 parent 93c571c commit fd320fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ AC_PREREQ(2.60)
55

66
define([VERSION_MAJOR], [1])
77
define([VERSION_MINOR], [0])
8-
define([VERSION_FIX], [1])
8+
define([VERSION_FIX], [2])
99
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
10-
define([VERSION_SUFFIX], [])
10+
define([VERSION_SUFFIX], [_master])
1111

1212
dnl Set to "1" for a first RPM release of a new version
13-
PACKAGE_RPM_RELEASE="1"
13+
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)"
1414

1515
AC_INIT([iprange], VERSION_NUMBER[]VERSION_SUFFIX)
1616

0 commit comments

Comments
 (0)