- Revved version to hopm-1.1.0beta1
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 2 Jul 2015 15:16:20 +0000 (15:16 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 2 Jul 2015 15:16:20 +0000 (15:16 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.1.x@6229 82007160-df01-0410-b94d-b575c5fd34c7

configure
configure.ac
src/patchlevel.h

index 6ce351b953dcacffbca737407557d5f373d7fc1e..5f260de2ca9b99a64ffbc677e6d2897cd552aa77 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Id: configure.ac 6222 2015-07-01 18:09:27Z michael .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for hopm TRUNK.
+# Generated by GNU Autoconf 2.69 for hopm 1.1.0beta1.
 #
 # Report bugs to <bugs@ircd-hybrid.org>.
 #
@@ -591,8 +591,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='hopm'
 PACKAGE_TARNAME='hopm'
-PACKAGE_VERSION='TRUNK'
-PACKAGE_STRING='hopm TRUNK'
+PACKAGE_VERSION='1.1.0beta1'
+PACKAGE_STRING='hopm 1.1.0beta1'
 PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
 PACKAGE_URL=''
 
@@ -1331,7 +1331,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 TRUNK to adapt to many kinds of systems.
+\`configure' configures hopm 1.1.0beta1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of hopm TRUNK:";;
+     short | recursive ) echo "Configuration of hopm 1.1.0beta1:";;
    esac
   cat <<\_ACEOF
 
@@ -1524,7 +1524,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-hopm configure TRUNK
+hopm configure 1.1.0beta1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1802,7 +1802,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 TRUNK, which was
+It was created by hopm $as_me 1.1.0beta1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2665,7 +2665,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='hopm'
- VERSION='TRUNK'
+ VERSION='1.1.0beta1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15387,7 +15387,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 TRUNK, which was
+This file was extended by hopm $as_me 1.1.0beta1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15453,7 +15453,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 TRUNK
+hopm config.status 1.1.0beta1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 4c1931fbeee7be9426f1f9959588ee8e1874f627..d2c0c9a60f74e7cf3ad2dad4d4f5715f6205f105 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], [TRUNK], [bugs@ircd-hybrid.org])
+AC_INIT([hopm], [1.1.0beta1], [bugs@ircd-hybrid.org])
 AM_INIT_AUTOMAKE(1.15)
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR(src/opercmd.h)
index 21dadbce28049359257b5d6be6e7da56d09f1ee7..6bd3d15c88a15df2e0f085e6a4bb09882ea89474 100644 (file)
@@ -4,5 +4,5 @@
  */
 
 #ifndef PATCHLEVEL
-#define PATCHLEVEL   "hopm(TRUNK)"
+#define PATCHLEVEL   "hopm-1.1.0beta1"
 #endif