- Bump version to 1.0.0
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 3 Jan 2015 21:19:52 +0000 (21:19 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 3 Jan 2015 21:19:52 +0000 (21:19 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5293 82007160-df01-0410-b94d-b575c5fd34c7

NEWS
configure
configure.ac
src/patchlevel.h

diff --git a/NEWS b/NEWS
index 4d2c97a484bdd33af518fe9a786a1eb15640e15d..01db3cb58bc7a27a2531f383b27425f360902f71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+-- Noteworthy changes in version 1.0.0 (??-??-??)
+- Minor stabilization and performance improvements
+
+
 -- Noteworthy changes in version 1.0.0beta2 (2014-12-31)
 o) Added irc::readtimeout configuration option
 o) Many code cleanups and optimizations
index dde9fbc9096e96fd95a7fd206785e88416db64a9..df52fda48a01b8b192e7361e1834050d14280763 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 hopm 1.0.0beta2.
+# Generated by GNU Autoconf 2.69 for hopm 1.0.0.
 #
 # Report bugs to <bugs@ircd-hybrid.org>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='hopm'
 PACKAGE_TARNAME='hopm'
-PACKAGE_VERSION='1.0.0beta2'
-PACKAGE_STRING='hopm 1.0.0beta2'
+PACKAGE_VERSION='1.0.0'
+PACKAGE_STRING='hopm 1.0.0'
 PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
 PACKAGE_URL=''
 
@@ -1323,7 +1323,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.0beta2 to adapt to many kinds of systems.
+\`configure' configures hopm 1.0.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1393,7 +1393,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of hopm 1.0.0beta2:";;
+     short | recursive ) echo "Configuration of hopm 1.0.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1510,7 +1510,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-hopm configure 1.0.0beta2
+hopm configure 1.0.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1788,7 +1788,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.0beta2, which was
+It was created by hopm $as_me 1.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2654,7 +2654,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='hopm'
- VERSION='1.0.0beta2'
+ VERSION='1.0.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13155,7 +13155,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.0beta2, which was
+This file was extended by hopm $as_me 1.0.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13221,7 +13221,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.0beta2
+hopm config.status 1.0.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index a2212c9499a96c0fe2175ba2179fc40819c8f126..ca0faa1a26c71f8e0e63a0f99adcab2a16ceb7cc 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([hopm], [1.0.0beta2], [bugs@ircd-hybrid.org])
+AC_INIT([hopm], [1.0.0], [bugs@ircd-hybrid.org])
 AC_CONFIG_SRCDIR(src/opercmd.h)
 AC_CONFIG_HEADER(src/setup.h)
 AM_INIT_AUTOMAKE()
index 50c5c8c6d30bc5189e11dd720961818b2d3a040b..ef8e0239269b50378eb216bf464badb25bf034b6 100644 (file)
@@ -4,5 +4,5 @@
  */
 
 #ifndef PATCHLEVEL
-#define PATCHLEVEL   "hopm-1.0.0beta2"
+#define PATCHLEVEL   "hopm-1.0.0"
 #endif