Skip to content

Commit

Permalink
makejvf: bump version
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@68309 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
t-tk committed Sep 18, 2023
1 parent 45e4cb2 commit 02a9450
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions texk/makejvf/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-09-18 TANAKA Takuji <ttk@t-lab.opal.ne.jp>

* version.h, configure.ac: Bump version to 20230917.

2023-09-17 Hironobu Yamashita <h.y.acetaminophen@gmail.com>

* tfmread.c: Support more than 256 different glue/kern.
Expand Down
22 changes: 11 additions & 11 deletions texk/makejvf/configure
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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=''

Expand Down Expand Up @@ -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]...

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -8533,7 +8533,7 @@ fi

# Define the identity of the package.
PACKAGE='makejvf--tex-live-'
VERSION='20230916'
VERSION='20230917'


# Some tools Automake needs.
Expand Down Expand Up @@ -14850,7 +14850,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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\\"

Expand Down
2 changes: 1 addition & 1 deletion texk/makejvf/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion texk/makejvf/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define VERSION "20230916"
#define VERSION "20230917"
#define BUG_ADDRESS "issue@texjp.org"

0 comments on commit 02a9450

Please sign in to comment.