-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2024-12-29 TANAKA Takuji <[email protected]> | ||
|
||
* uniblock.c: Update references Unicode blocks Blocks-16.0.0.txt. | ||
* version.h, configure.ac: Bump version to 20241229. | ||
* COPYRIGHT: Update copyright year. | ||
|
||
2023-09-18 TANAKA Takuji <[email protected]> | ||
|
||
* version.h, configure.ac: Bump version to 20230917. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.72 for makejvf (TeX Live) 20230917. | ||
# Generated by GNU Autoconf 2.72 for makejvf (TeX Live) 20241229. | ||
# | ||
# | ||
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, | ||
|
@@ -611,8 +611,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='makejvf (TeX Live)' | ||
PACKAGE_TARNAME='makejvf--tex-live-' | ||
PACKAGE_VERSION='20230917' | ||
PACKAGE_STRING='makejvf (TeX Live) 20230917' | ||
PACKAGE_VERSION='20241229' | ||
PACKAGE_STRING='makejvf (TeX Live) 20241229' | ||
PACKAGE_BUGREPORT='' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1366,7 +1366,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) 20230917 to adapt to many kinds of systems. | ||
'configure' configures makejvf (TeX Live) 20241229 to adapt to many kinds of systems. | ||
|
||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
||
|
@@ -1438,7 +1438,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of makejvf (TeX Live) 20230917:";; | ||
short | recursive ) echo "Configuration of makejvf (TeX Live) 20241229:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
||
|
@@ -1560,7 +1560,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
makejvf (TeX Live) configure 20230917 | ||
makejvf (TeX Live) configure 20241229 | ||
generated by GNU Autoconf 2.72 | ||
|
||
Copyright (C) 2023 Free Software Foundation, Inc. | ||
|
@@ -2102,7 +2102,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 20230917, which was | ||
It was created by makejvf (TeX Live) $as_me 20241229, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
$ $0$ac_configure_args_raw | ||
|
@@ -8994,7 +8994,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='makejvf--tex-live-' | ||
VERSION='20230917' | ||
VERSION='20241229' | ||
|
||
|
||
# Some tools Automake needs. | ||
|
@@ -15942,7 +15942,7 @@ Usage: $0 [OPTIONS] | |
Report bugs to <[email protected]>." | ||
|
||
lt_cl_version="\ | ||
makejvf (TeX Live) config.lt 20230917 | ||
makejvf (TeX Live) config.lt 20241229 | ||
configured by $0, generated by GNU Autoconf 2.72. | ||
|
||
Copyright (C) 2024 Free Software Foundation, Inc. | ||
|
@@ -17594,7 +17594,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 20230917, which was | ||
This file was extended by makejvf (TeX Live) $as_me 20241229, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
|
||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -17662,7 +17662,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 20230917 | ||
makejvf (TeX Live) config.status 20241229 | ||
configured by $0, generated by GNU Autoconf 2.72, | ||
with options \\"\$ac_cs_config\\" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#define VERSION "20230917" | ||
#define VERSION "20241229" | ||
#define BUG_ADDRESS "[email protected]" |