summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-05 21:26:54 +0000
committerKarl Berry <karl@freefriends.org>2013-04-05 21:26:54 +0000
commitfacdead9fbc8faf80e21a2260ab86850f6b78840 (patch)
tree5e12aaf1a718b7312ae9b0002e33f39745aa7a8a /Build/source/texk/ptexenc
parenta7efcc9b540a03b1409ea69d1d80d114986224a9 (diff)
version numbers and years to prepare for TL 2013 pretest
git-svn-id: svn://tug.org/texlive/trunk@29676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc')
-rw-r--r--Build/source/texk/ptexenc/ChangeLog4
-rwxr-xr-xBuild/source/texk/ptexenc/configure26
-rw-r--r--Build/source/texk/ptexenc/version.ac4
3 files changed, 19 insertions, 15 deletions
diff --git a/Build/source/texk/ptexenc/ChangeLog b/Build/source/texk/ptexenc/ChangeLog
index 87d3808dd42..06ad1b806c6 100644
--- a/Build/source/texk/ptexenc/ChangeLog
+++ b/Build/source/texk/ptexenc/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-05 Karl Berry <karl@tug.org>
+
+ * version.ac: 1.3.1 to prepare for TL'13 pretest.
+
2012-11-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* ptexenc.c: Use kpse_readable_file() with non-const arg.
diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure
index 4cc16ff5db0..479915fcbb5 100755
--- a/Build/source/texk/ptexenc/configure
+++ b/Build/source/texk/ptexenc/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ptexenc 1.3.1dev.
+# Generated by GNU Autoconf 2.69 for ptexenc 1.3.1.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ptexenc'
PACKAGE_TARNAME='ptexenc'
-PACKAGE_VERSION='1.3.1dev'
-PACKAGE_STRING='ptexenc 1.3.1dev'
+PACKAGE_VERSION='1.3.1'
+PACKAGE_STRING='ptexenc 1.3.1'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1328,7 +1328,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 ptexenc 1.3.1dev to adapt to many kinds of systems.
+\`configure' configures ptexenc 1.3.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1398,7 +1398,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ptexenc 1.3.1dev:";;
+ short | recursive ) echo "Configuration of ptexenc 1.3.1:";;
esac
cat <<\_ACEOF
@@ -1516,7 +1516,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-ptexenc configure 1.3.1dev
+ptexenc configure 1.3.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2126,7 +2126,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 ptexenc $as_me 1.3.1dev, which was
+It was created by ptexenc $as_me 1.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2507,9 +2507,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-PTEXENCVERSION=1.3.1dev
+PTEXENCVERSION=1.3.1
-$as_echo "#define PTEXENCVERSION \"ptexenc version 1.3.1dev\"" >>confdefs.h
+$as_echo "#define PTEXENCVERSION \"ptexenc version 1.3.1\"" >>confdefs.h
PTEXENC_LT_VERSINFO=4:1:3
@@ -7565,7 +7565,7 @@ fi
# Define the identity of the package.
PACKAGE='ptexenc'
- VERSION='1.3.1dev'
+ VERSION='1.3.1'
cat >>confdefs.h <<_ACEOF
@@ -13233,7 +13233,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-ptexenc config.lt 1.3.1dev
+ptexenc config.lt 1.3.1
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -14960,7 +14960,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 ptexenc $as_me 1.3.1dev, which was
+This file was extended by ptexenc $as_me 1.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15026,7 +15026,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-ptexenc config.status 1.3.1dev
+ptexenc config.status 1.3.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/ptexenc/version.ac b/Build/source/texk/ptexenc/version.ac
index facc6b28ec3..6379b2efa2a 100644
--- a/Build/source/texk/ptexenc/version.ac
+++ b/Build/source/texk/ptexenc/version.ac
@@ -1,5 +1,5 @@
dnl
-dnl Copyright (C) 2011-2012 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -19,4 +19,4 @@ dnl append "dev", to distinguish binaries built between releases.
dnl --------------------------------------------------------
dnl
dnl m4-include this file to define the current ptexenc version
-m4_define([ptexenc_version], [1.3.1dev])
+m4_define([ptexenc_version], [1.3.1])