texlive[68309] Build/source/texk/makejvf: makejvf: bump version
commits+takuji at tug.org
commits+takuji at tug.org
Mon Sep 18 03:27:40 CEST 2023
Revision: 68309
https://tug.org/svn/texlive?view=revision&revision=68309
Author: takuji
Date: 2023-09-18 03:27:40 +0200 (Mon, 18 Sep 2023)
Log Message:
-----------
makejvf: bump version
Modified Paths:
--------------
trunk/Build/source/texk/makejvf/ChangeLog
trunk/Build/source/texk/makejvf/configure
trunk/Build/source/texk/makejvf/configure.ac
trunk/Build/source/texk/makejvf/version.h
Modified: trunk/Build/source/texk/makejvf/ChangeLog
===================================================================
--- trunk/Build/source/texk/makejvf/ChangeLog 2023-09-17 23:43:25 UTC (rev 68308)
+++ trunk/Build/source/texk/makejvf/ChangeLog 2023-09-18 01:27:40 UTC (rev 68309)
@@ -1,3 +1,7 @@
+2023-09-18 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
+
+ * version.h, configure.ac: Bump version to 20230917.
+
2023-09-17 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
* tfmread.c: Support more than 256 different glue/kern.
Modified: trunk/Build/source/texk/makejvf/configure
===================================================================
--- trunk/Build/source/texk/makejvf/configure 2023-09-17 23:43:25 UTC (rev 68308)
+++ trunk/Build/source/texk/makejvf/configure 2023-09-18 01:27:40 UTC (rev 68309)
@@ -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 @@
# 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 @@
# 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 @@
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 @@
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 @@
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 @@
# Define the identity of the package.
PACKAGE='makejvf--tex-live-'
- VERSION='20230916'
+ VERSION='20230917'
# Some tools Automake needs.
@@ -14850,7 +14850,7 @@
Report bugs to <bug-libtool at gnu.org>."
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 @@
# 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 @@
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\\"
Modified: trunk/Build/source/texk/makejvf/configure.ac
===================================================================
--- trunk/Build/source/texk/makejvf/configure.ac 2023-09-17 23:43:25 UTC (rev 68308)
+++ trunk/Build/source/texk/makejvf/configure.ac 2023-09-18 01:27:40 UTC (rev 68309)
@@ -6,7 +6,7 @@
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])
Modified: trunk/Build/source/texk/makejvf/version.h
===================================================================
--- trunk/Build/source/texk/makejvf/version.h 2023-09-17 23:43:25 UTC (rev 68308)
+++ trunk/Build/source/texk/makejvf/version.h 2023-09-18 01:27:40 UTC (rev 68309)
@@ -1,2 +1,2 @@
-#define VERSION "20230916"
+#define VERSION "20230917"
#define BUG_ADDRESS "issue at texjp.org"
More information about the tex-live-commits
mailing list.