]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Bumped version in configure.ac to 4.4.0-dev
authorThomas Markwalder <tmark@isc.org>
Tue, 4 Oct 2016 18:39:03 +0000 (18:39 +0000)
committerThomas Markwalder <tmark@isc.org>
Tue, 4 Oct 2016 18:39:03 +0000 (18:39 +0000)
configure
configure.ac

index 975ec212bc10ca4214a63968d3d0c2e493a40d56..20abe13fd63a8a310aec4936fc8d0e99f521a6a3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for DHCP 4.3.4.
+# Generated by GNU Autoconf 2.69 for DHCP 4.4.0-dev.
 #
 # Report bugs to <dhcp-users@isc.org>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='DHCP'
 PACKAGE_TARNAME='dhcp'
-PACKAGE_VERSION='4.3.4'
-PACKAGE_STRING='DHCP 4.3.4'
+PACKAGE_VERSION='4.4.0-dev'
+PACKAGE_STRING='DHCP 4.4.0-dev'
 PACKAGE_BUGREPORT='dhcp-users@isc.org'
 PACKAGE_URL=''
 
@@ -1339,7 +1339,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures DHCP 4.3.4 to adapt to many kinds of systems.
+\`configure' configures DHCP 4.4.0-dev to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1409,7 +1409,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of DHCP 4.3.4:";;
+     short | recursive ) echo "Configuration of DHCP 4.4.0-dev:";;
    esac
   cat <<\_ACEOF
 
@@ -1575,7 +1575,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-DHCP configure 4.3.4
+DHCP configure 4.4.0-dev
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2368,7 +2368,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by DHCP $as_me 4.3.4, which was
+It was created by DHCP $as_me 4.4.0-dev, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3234,7 +3234,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='dhcp'
- VERSION='4.3.4'
+ VERSION='4.4.0-dev'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7913,7 +7913,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by DHCP $as_me 4.3.4, which was
+This file was extended by DHCP $as_me 4.4.0-dev, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7979,7 +7979,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-DHCP config.status 4.3.4
+DHCP config.status 4.4.0-dev
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 94cde26df218ddacaa1e915a9170cb54276ef126..eb2a28a23ee2ec37494d387dbfed92939c2759a7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP],[4.3.4],[dhcp-users@isc.org])
+AC_INIT([DHCP],[4.4.0-dev],[dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such