- Revved version to hopm-1.0.7
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 6 Jun 2015 17:00:18 +0000 (17:00 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 6 Jun 2015 17:00:18 +0000 (17:00 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6059 82007160-df01-0410-b94d-b575c5fd34c7

configure
configure.ac
src/patchlevel.h

index a3c41fa5170bdcebb0851f8b58ccd34378baeb3f..312124ece8e241681dfb45f35311faec9981e72a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac Id: configure.ac 5944 2015-05-06 19:10:11Z michael .
+# From configure.ac Id: configure.ac 5991 2015-05-27 18:18:16Z michael .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for hopm 1.0.6.
+# Generated by GNU Autoconf 2.69 for hopm 1.0.7.
 #
 # Report bugs to <bugs@ircd-hybrid.org>.
 #
@@ -591,8 +591,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='hopm'
 PACKAGE_TARNAME='hopm'
-PACKAGE_VERSION='1.0.6'
-PACKAGE_STRING='hopm 1.0.6'
+PACKAGE_VERSION='1.0.7'
+PACKAGE_STRING='hopm 1.0.7'
 PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
 PACKAGE_URL=''
 
@@ -1326,7 +1326,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 hopm 1.0.6 to adapt to many kinds of systems.
+\`configure' configures hopm 1.0.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1396,7 +1396,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of hopm 1.0.6:";;
+     short | recursive ) echo "Configuration of hopm 1.0.7:";;
    esac
   cat <<\_ACEOF
 
@@ -1515,7 +1515,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-hopm configure 1.0.6
+hopm configure 1.0.7
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1793,7 +1793,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 hopm $as_me 1.0.6, which was
+It was created by hopm $as_me 1.0.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2656,7 +2656,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='hopm'
- VERSION='1.0.6'
+ VERSION='1.0.7'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13228,7 +13228,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 hopm $as_me 1.0.6, which was
+This file was extended by hopm $as_me 1.0.7, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13294,7 +13294,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="\\
-hopm config.status 1.0.6
+hopm config.status 1.0.7
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index b2dacd03135a294bf405d4ba4a9f76045cd00ea2..523caf4696f6551864f5693821987ea7409b5f9f 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_REVISION([$Id$])
 AC_PREREQ(2.69)
 
-AC_INIT([hopm], [1.0.6], [bugs@ircd-hybrid.org])
+AC_INIT([hopm], [1.0.7], [bugs@ircd-hybrid.org])
 AM_INIT_AUTOMAKE(1.15)
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR(src/opercmd.h)
index 0687ac9253b12ff8281201857ce14c441361e613..699a34b1157ffabb447cc49a4082acc0adcced26 100644 (file)
@@ -4,5 +4,5 @@
  */
 
 #ifndef PATCHLEVEL
-#define PATCHLEVEL   "hopm-1.0.6"
+#define PATCHLEVEL   "hopm-1.0.7"
 #endif