From: michael Date: Fri, 24 Jul 2015 12:27:31 +0000 (+0000) Subject: - Change version to hopm-1.1.0 X-Git-Tag: 1.1.0~1 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=6f18f86f6ace3d8a6d1c19d5a2086eb6335a87c0;p=hopm.git - Change version to hopm-1.1.0 git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.1.x@6303 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/configure b/configure index 2e357b2..6146cdf 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Id: configure.ac 6229 2015-07-02 15:16:20Z michael . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for hopm 1.1.0beta1. +# Generated by GNU Autoconf 2.69 for hopm 1.1.0. # # Report bugs to . # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='hopm' PACKAGE_TARNAME='hopm' -PACKAGE_VERSION='1.1.0beta1' -PACKAGE_STRING='hopm 1.1.0beta1' +PACKAGE_VERSION='1.1.0' +PACKAGE_STRING='hopm 1.1.0' 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 1.1.0beta1 to adapt to many kinds of systems. +\`configure' configures hopm 1.1.0 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 1.1.0beta1:";; + short | recursive ) echo "Configuration of hopm 1.1.0:";; 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 1.1.0beta1 +hopm configure 1.1.0 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 1.1.0beta1, which was +It was created by hopm $as_me 1.1.0, 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='1.1.0beta1' + VERSION='1.1.0' 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 1.1.0beta1, which was +This file was extended by hopm $as_me 1.1.0, 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 1.1.0beta1 +hopm config.status 1.1.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d2c0c9a..9b270c5 100644 --- a/configure.ac +++ b/configure.ac @@ -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.1.0beta1], [bugs@ircd-hybrid.org]) +AC_INIT([hopm], [1.1.0], [bugs@ircd-hybrid.org]) AM_INIT_AUTOMAKE(1.15) AM_MAINTAINER_MODE AC_CONFIG_SRCDIR(src/opercmd.h) diff --git a/src/patchlevel.h b/src/patchlevel.h index 6bd3d15..a26d668 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -4,5 +4,5 @@ */ #ifndef PATCHLEVEL -#define PATCHLEVEL "hopm-1.1.0beta1" +#define PATCHLEVEL "hopm-1.1.0" #endif