From: Alan T. DeKok Date: Fri, 1 Jun 2012 10:39:47 +0000 (+0200) Subject: Major version is now 3, not 2 X-Git-Tag: release_3_0_0_beta0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce9b295817c769aacd0be6d12a5c09d5e664cd5;p=thirdparty%2Ffreeradius-server.git Major version is now 3, not 2 --- diff --git a/configure b/configure index 721bc5d1ad5..c17995287fb 100755 --- a/configure +++ b/configure @@ -1942,7 +1942,7 @@ ac_config_headers="$ac_config_headers src/include/autoconf.h" RADIUSD_VERSION=`cat VERSION` RADIUSD_MAJOR_VERSION=`cat VERSION | sed 's/\..*//'` -RADIUSD_MINOR_VERSION=`cat VERSION | sed 's/^2\.//'` +RADIUSD_MINOR_VERSION=`cat VERSION | sed 's/^3\.//'` PACKAGE=freeradius diff --git a/configure.in b/configure.in index 77b9fd3b589..5c25e6cc5c1 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ AC_REVISION($Revision$)dnl dnl # The version of the software RADIUSD_VERSION=`cat VERSION` RADIUSD_MAJOR_VERSION=`cat VERSION | sed 's/\..*//'` -RADIUSD_MINOR_VERSION=`cat VERSION | sed 's/^2\.//'` +RADIUSD_MINOR_VERSION=`cat VERSION | sed 's/^3\.//'` PACKAGE=freeradius dnl #############################################################