From d70382380eac393a5b1434f89eddc9047bff008b Mon Sep 17 00:00:00 2001 From: SarahW Date: Fri, 20 Apr 2018 14:16:22 +0100 Subject: [PATCH] Update version number in configure/configure.ac for v14 release. --- Readme-LINUX.txt | 2 +- configure | 20 ++++++++++---------- configure.ac | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Readme-LINUX.txt b/Readme-LINUX.txt index b8c418d..514d331 100644 --- a/Readme-LINUX.txt +++ b/Readme-LINUX.txt @@ -1,4 +1,4 @@ -PCem v13.1 Linux supplement +PCem v14 Linux supplement You will need the following libraries : diff --git a/configure b/configure index 3153f81..1aa97de 100755 --- 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 PCem v13.1. +# Generated by GNU Autoconf 2.69 for PCem v14. # # Report bugs to >. # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='PCem' PACKAGE_TARNAME='pcem' -PACKAGE_VERSION='v13.1' -PACKAGE_STRING='PCem v13.1' +PACKAGE_VERSION='v14' +PACKAGE_STRING='PCem v14' PACKAGE_BUGREPORT='Sarah Walker ' PACKAGE_URL='' @@ -1310,7 +1310,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 PCem v13.1 to adapt to many kinds of systems. +\`configure' configures PCem v14 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1381,7 +1381,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of PCem v13.1:";; + short | recursive ) echo "Configuration of PCem v14:";; esac cat <<\_ACEOF @@ -1499,7 +1499,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -PCem configure v13.1 +PCem configure v14 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1680,7 +1680,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 PCem $as_me v13.1, which was +It was created by PCem $as_me v14, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2616,7 +2616,7 @@ fi # Define the identity of the package. PACKAGE='pcem' - VERSION='v13.1' + VERSION='v14' cat >>confdefs.h <<_ACEOF @@ -6059,7 +6059,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 PCem $as_me v13.1, which was +This file was extended by PCem $as_me v14, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6116,7 +6116,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="\\ -PCem config.status v13.1 +PCem config.status v14 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 9d09ca5..00dd888 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # AC_PREREQ([2.61]) -AC_INIT(PCem, v13.1, Sarah Walker , pcem) +AC_INIT(PCem, v14, Sarah Walker , pcem) AC_CANONICAL_HOST