From 02a9450df4c4b00566a7894896622224b157ab82 Mon Sep 17 00:00:00 2001 From: Takuji Tanaka Date: Mon, 18 Sep 2023 01:27:40 +0000 Subject: [PATCH] makejvf: bump version git-svn-id: svn://tug.org/texlive/trunk/Build/source@68309 c570f23f-e606-0410-a88d-b1316a301751 --- texk/makejvf/ChangeLog | 4 ++++ texk/makejvf/configure | 22 +++++++++++----------- texk/makejvf/configure.ac | 2 +- texk/makejvf/version.h | 2 +- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/texk/makejvf/ChangeLog b/texk/makejvf/ChangeLog index a8239f2ff7..ddfc0f4904 100644 --- a/texk/makejvf/ChangeLog +++ b/texk/makejvf/ChangeLog @@ -1,3 +1,7 @@ +2023-09-18 TANAKA Takuji + + * version.h, configure.ac: Bump version to 20230917. + 2023-09-17 Hironobu Yamashita * tfmread.c: Support more than 256 different glue/kern. diff --git a/texk/makejvf/configure b/texk/makejvf/configure index 4a92d4ac05..f4886af02e 100755 --- a/texk/makejvf/configure +++ b/texk/makejvf/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for makejvf (TeX Live) 20230916. +# Generated by GNU Autoconf 2.71 for makejvf (TeX Live) 20230917. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -626,8 +626,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='makejvf (TeX Live)' PACKAGE_TARNAME='makejvf--tex-live-' -PACKAGE_VERSION='20230916' -PACKAGE_STRING='makejvf (TeX Live) 20230916' +PACKAGE_VERSION='20230917' +PACKAGE_STRING='makejvf (TeX Live) 20230917' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1375,7 +1375,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 makejvf (TeX Live) 20230916 to adapt to many kinds of systems. +\`configure' configures makejvf (TeX Live) 20230917 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1447,7 +1447,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of makejvf (TeX Live) 20230916:";; + short | recursive ) echo "Configuration of makejvf (TeX Live) 20230917:";; esac cat <<\_ACEOF @@ -1568,7 +1568,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -makejvf (TeX Live) configure 20230916 +makejvf (TeX Live) configure 20230917 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2092,7 +2092,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 makejvf (TeX Live) $as_me 20230916, which was +It was created by makejvf (TeX Live) $as_me 20230917, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -8533,7 +8533,7 @@ fi # Define the identity of the package. PACKAGE='makejvf--tex-live-' - VERSION='20230916' + VERSION='20230917' # Some tools Automake needs. @@ -14850,7 +14850,7 @@ Usage: $0 [OPTIONS] Report bugs to ." lt_cl_version="\ -makejvf (TeX Live) config.lt 20230916 +makejvf (TeX Live) config.lt 20230917 configured by $0, generated by GNU Autoconf 2.71. Copyright (C) 2011 Free Software Foundation, Inc. @@ -16478,7 +16478,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 makejvf (TeX Live) $as_me 20230916, which was +This file was extended by makejvf (TeX Live) $as_me 20230917, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16546,7 +16546,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="\\ -makejvf (TeX Live) config.status 20230916 +makejvf (TeX Live) config.status 20230917 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff --git a/texk/makejvf/configure.ac b/texk/makejvf/configure.ac index 37b12c38a1..c7cc93db3c 100644 --- a/texk/makejvf/configure.ac +++ b/texk/makejvf/configure.ac @@ -6,7 +6,7 @@ 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([makejvf (TeX Live)], [20230916]) +AC_INIT([makejvf (TeX Live)], [20230917]) AC_PREREQ([2.63]) AC_CONFIG_SRCDIR([main.c]) AC_CONFIG_AUX_DIR([../../build-aux]) diff --git a/texk/makejvf/version.h b/texk/makejvf/version.h index c236343513..17c9b92ae2 100644 --- a/texk/makejvf/version.h +++ b/texk/makejvf/version.h @@ -1,2 +1,2 @@ -#define VERSION "20230916" +#define VERSION "20230917" #define BUG_ADDRESS "issue@texjp.org"