From ff56ea3f9875d8a0b631c7b13248791da7266c86 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 5 Feb 2022 22:45:39 +0000 Subject: bump version to 3.72 (05 feb 2022) git-svn-id: svn://tug.org/texlive/trunk@61905 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtex-x/ChangeLog | 5 +++++ Build/source/texk/bibtex-x/configure | 22 +++++++++++----------- Build/source/texk/bibtex-x/configure.ac | 4 ++-- Build/source/texk/bibtex-x/version.h | 2 +- 4 files changed, 19 insertions(+), 14 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog index c45e23a0257..ff0692e5384 100644 --- a/Build/source/texk/bibtex-x/ChangeLog +++ b/Build/source/texk/bibtex-x/ChangeLog @@ -1,3 +1,8 @@ +2022-02-05 Karl Berry + + * configure.ac, + * version.h: version 3.72 (05 feb 2022). + 2021-08-21 TANAKA Takuji * bibtex-4.c: diff --git a/Build/source/texk/bibtex-x/configure b/Build/source/texk/bibtex-x/configure index e8b42466cf4..0e2688a7e1e 100755 --- a/Build/source/texk/bibtex-x/configure +++ b/Build/source/texk/bibtex-x/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for extended BibTeX (TeX Live) 3.71. +# Generated by GNU Autoconf 2.71 for extended BibTeX (TeX Live) 3.72. # # Report bugs to . # @@ -629,8 +629,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='extended BibTeX (TeX Live)' PACKAGE_TARNAME='extended-bibtex--tex-live-' -PACKAGE_VERSION='3.71' -PACKAGE_STRING='extended BibTeX (TeX Live) 3.71' +PACKAGE_VERSION='3.72' +PACKAGE_STRING='extended BibTeX (TeX Live) 3.72' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1399,7 +1399,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 extended BibTeX (TeX Live) 3.71 to adapt to many kinds of systems. +\`configure' configures extended BibTeX (TeX Live) 3.72 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1471,7 +1471,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of extended BibTeX (TeX Live) 3.71:";; + short | recursive ) echo "Configuration of extended BibTeX (TeX Live) 3.72:";; esac cat <<\_ACEOF @@ -1598,7 +1598,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -extended BibTeX (TeX Live) configure 3.71 +extended BibTeX (TeX Live) configure 3.72 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2279,7 +2279,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 extended BibTeX (TeX Live) $as_me 3.71, which was +It was created by extended BibTeX (TeX Live) $as_me 3.72, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -8817,7 +8817,7 @@ fi # Define the identity of the package. PACKAGE='extended-bibtex--tex-live-' - VERSION='3.71' + VERSION='3.72' # Some tools Automake needs. @@ -19007,7 +19007,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -extended BibTeX (TeX Live) config.lt 3.71 +extended BibTeX (TeX Live) config.lt 3.72 configured by $0, generated by GNU Autoconf 2.71. Copyright (C) 2011 Free Software Foundation, Inc. @@ -21205,7 +21205,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 extended BibTeX (TeX Live) $as_me 3.71, which was +This file was extended by extended BibTeX (TeX Live) $as_me 3.72, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21273,7 +21273,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="\\ -extended BibTeX (TeX Live) config.status 3.71 +extended BibTeX (TeX Live) config.status 3.72 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/bibtex-x/configure.ac b/Build/source/texk/bibtex-x/configure.ac index 80f874a6266..bcbafda4f5e 100644 --- a/Build/source/texk/bibtex-x/configure.ac +++ b/Build/source/texk/bibtex-x/configure.ac @@ -1,14 +1,14 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. dnl -dnl Copyright 2015-2021 Karl Berry +dnl Copyright 2015-2022 Karl Berry dnl Copyright 2009-2015 Peter Breitenlohner dnl dnl This file is free software; the copyright holder dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -AC_INIT([extended BibTeX (TeX Live)], [3.71], [tex-k@tug.org]) +AC_INIT([extended BibTeX (TeX Live)], [3.72], [tex-k@tug.org]) AC_PREREQ([2.65]) AC_CONFIG_SRCDIR([bibtex-1.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/Build/source/texk/bibtex-x/version.h b/Build/source/texk/bibtex-x/version.h index 5717c564527..555a9970faa 100644 --- a/Build/source/texk/bibtex-x/version.h +++ b/Build/source/texk/bibtex-x/version.h @@ -91,6 +91,6 @@ */ #ifndef __VERSION_H__ # define __VERSION_H__ 1 -# define VERSION "3.71 (04 mar 2019)" +# define VERSION "3.72 (05 feb 2022)" #endif /* __VERSION_H__ */ -- cgit v1.2.3