From: Daniel Kochmański Date: Fri, 21 Aug 2015 18:19:09 +0000 (+0200) Subject: rc: update library version number X-Git-Tag: ECL-16.0.0~1^2~1 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=8639aa14d12ae92832a3eb7773fb947c3bd3f041;p=ecl.git rc: update library version number Signed-off-by: Daniel Kochmański --- diff --git a/msvc/Makefile b/msvc/Makefile index d5f255b..d6a8bb9 100755 --- a/msvc/Makefile +++ b/msvc/Makefile @@ -10,8 +10,8 @@ srcdir = ..\src SHORT_SITE_NAME = LONG_SITE_NAME = -ECL_VERSION = 15.3.7 -ECL_VERSION_NUMBER= 150307 +ECL_VERSION = 16.0.0 +ECL_VERSION_NUMBER= 160000 ARCHITECTURE = PENTIUM4 SOFTWARE_TYPE = NT SOFTWARE_VERSION = 5.0 diff --git a/src/configure b/src/configure index c9f64e4..51e93fd 100755 --- a/src/configure +++ b/src/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for ecl 15.3.7. +# Generated by GNU Autoconf 2.69 for ecl 16.0.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -578,8 +578,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ecl' PACKAGE_TARNAME='ecl' -PACKAGE_VERSION='15.3.7' -PACKAGE_STRING='ecl 15.3.7' +PACKAGE_VERSION='16.0.0' +PACKAGE_STRING='ecl 16.0.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1365,7 +1365,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 ecl 15.3.7 to adapt to many kinds of systems. +\`configure' configures ecl 16.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1434,7 +1434,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ecl 15.3.7:";; + short | recursive ) echo "Configuration of ecl 16.0.0:";; esac cat <<\_ACEOF @@ -1610,7 +1610,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ecl configure 15.3.7 +ecl configure 16.0.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2197,7 +2197,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 ecl $as_me 15.3.7, which was +It was created by ecl $as_me 16.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10122,7 +10122,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 ecl $as_me 15.3.7, which was +This file was extended by ecl $as_me 16.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10184,7 +10184,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="\\ -ecl config.status 15.3.7 +ecl config.status 16.0.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/src/configure.ac b/src/configure.ac index 9ab7397..d092478 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL dnl Giuseppe Attardi 25.1.1994 dnl -AC_INIT([ecl],[15.3.7],[]) +AC_INIT([ecl],[16.0.0],[]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([bare.lsp.in]) AC_CONFIG_AUX_DIR([gmp])