From 9ec0bef93d4d26aeba0366e0636cfbf25fe34435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 4 May 2026 07:49:05 +0200 Subject: [PATCH] Update version number to 26.5.5. --- CHANGELOG | 4 +++- src/configure | 18 +++++++++--------- src/configure.ac | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 82855af85..b1afa1eb2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,7 +27,9 @@ install ECL on the preferred destination (specified with "--prefix" parameter given to configure script). -* Pending changes since 26.3.27 +* Pending changes since 26.5.5 + +* 26.5.5 changes since 26.3.27 - bugfix: MAKE-PACKAGE destructively modified defining form's cons cells of the package local nicknames, breaking package literals in bytecmp (#839) diff --git a/src/configure b/src/configure index dc0be976a..e197ef240 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.72 for ecl 26.3.27. +# Generated by GNU Autoconf 2.72 for ecl 26.5.5. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, @@ -602,8 +602,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ecl' PACKAGE_TARNAME='ecl' -PACKAGE_VERSION='26.3.27' -PACKAGE_STRING='ecl 26.3.27' +PACKAGE_VERSION='26.5.5' +PACKAGE_STRING='ecl 26.5.5' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1404,7 +1404,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 26.3.27 to adapt to many kinds of systems. +'configure' configures ecl 26.5.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1474,7 +1474,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ecl 26.3.27:";; + short | recursive ) echo "Configuration of ecl 26.5.5:";; esac cat <<\_ACEOF @@ -1656,7 +1656,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ecl configure 26.3.27 +ecl configure 26.5.5 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -2258,7 +2258,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 26.3.27, which was +It was created by ecl $as_me 26.5.5, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -12386,7 +12386,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 26.3.27, which was +This file was extended by ecl $as_me 26.5.5, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12450,7 +12450,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="\\ -ecl config.status 26.3.27 +ecl config.status 26.5.5 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" diff --git a/src/configure.ac b/src/configure.ac index 5eff9a037..af6f149c7 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],[26.3.27],[]) +AC_INIT([ecl],[26.5.5],[]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([bare.lsp.in]) AC_CONFIG_AUX_DIR([gmp])