From 3c4f9b7f3d45fa2f51579a2231db5aaa8be2c685 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sun, 4 Sep 2022 11:48:01 -0700 Subject: Update Version to 1.5.0-2022-09-06 (#25) --- configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index b2b8aa75..e3e968a6 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.71 for OpenAxiom 1.5.0-2018-01-01. +# Generated by GNU Autoconf 2.71 for OpenAxiom 1.5.0-2022-09-04. # # Report bugs to . # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.5.0-2018-01-01' -PACKAGE_STRING='OpenAxiom 1.5.0-2018-01-01' +PACKAGE_VERSION='1.5.0-2022-09-04' +PACKAGE_STRING='OpenAxiom 1.5.0-2022-09-04' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' PACKAGE_URL='' @@ -1460,7 +1460,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 OpenAxiom 1.5.0-2018-01-01 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.5.0-2022-09-04 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1536,7 +1536,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2018-01-01:";; + short | recursive ) echo "Configuration of OpenAxiom 1.5.0-2022-09-04:";; esac cat <<\_ACEOF @@ -1654,7 +1654,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.5.0-2018-01-01 +OpenAxiom configure 1.5.0-2022-09-04 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2413,7 +2413,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 OpenAxiom $as_me 1.5.0-2018-01-01, which was +It was created by OpenAxiom $as_me 1.5.0-2022-09-04, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4062,7 +4062,7 @@ fi # Define the identity of the package. PACKAGE='openaxiom' - VERSION='1.5.0-2018-01-01' + VERSION='1.5.0-2022-09-04' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -21154,7 +21154,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 OpenAxiom $as_me 1.5.0-2018-01-01, which was +This file was extended by OpenAxiom $as_me 1.5.0-2022-09-04, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21226,7 +21226,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -OpenAxiom config.status 1.5.0-2018-01-01 +OpenAxiom config.status 1.5.0-2022-09-04 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8d324d9f..94dca8ea 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ dnl Makefiles for building OpenAxiom interpreter, compiler, libraries, and dnl auxiliary tools where appropriate. dnl -AC_INIT([OpenAxiom],[1.5.0-2018-01-01],[open-axiom-bugs@lists.sf.net]) +AC_INIT([OpenAxiom],[1.5.0-2022-09-04],[open-axiom-bugs@lists.sf.net]) dnl Most of the macros used in this configure.ac are defined in files dnl located in the subdirectory config/ -- cgit v1.2.3