Update version number to 26.3.26

This commit is contained in:
Daniel Kochmański 2026-03-20 09:13:07 +01:00
parent 14603059a9
commit b74014c2f6
3 changed files with 13 additions and 11 deletions

View file

@ -27,7 +27,9 @@
install ECL on the preferred destination (specified with "--prefix"
parameter given to configure script).
* Pending changes since 24.5.10
* Pending changes since 26.3.26
* 26.3.26 changes since 24.5.10
- Vendored libffi has been updated to the version 3.5.2

18
src/configure vendored
View file

@ -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 24.5.10.
# Generated by GNU Autoconf 2.72 for ecl 26.3.26.
#
#
# 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='24.5.10'
PACKAGE_STRING='ecl 24.5.10'
PACKAGE_VERSION='26.3.26'
PACKAGE_STRING='ecl 26.3.26'
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 24.5.10 to adapt to many kinds of systems.
'configure' configures ecl 26.3.26 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 24.5.10:";;
short | recursive ) echo "Configuration of ecl 26.3.26:";;
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 24.5.10
ecl configure 26.3.26
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 24.5.10, which was
It was created by ecl $as_me 26.3.26, 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 24.5.10, which was
This file was extended by ecl $as_me 26.3.26, 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 24.5.10
ecl config.status 26.3.26
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"

View file

@ -8,7 +8,7 @@ dnl AUTOCONF configuration for ECL
dnl Giuseppe Attardi 25.1.1994
dnl
AC_INIT([ecl],[24.5.10],[])
AC_INIT([ecl],[26.3.26],[])
AC_REVISION([$Revision$])
AC_CONFIG_SRCDIR([bare.lsp.in])
AC_CONFIG_AUX_DIR([gmp])