Skip to content

Commit

Permalink
Post release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philwhineray committed Sep 16, 2017
1 parent 2bdf99c commit 5644459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ AC_PREREQ(2.60)

define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [0])
define([VERSION_FIX], [4])
define([VERSION_FIX], [5])
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([iprange], VERSION_NUMBER[]VERSION_SUFFIX)

Expand Down

0 comments on commit 5644459

Please sign in to comment.