diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-10 13:53:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-10 13:53:02 +0000 |
commit | 464d58efe78e826c764be7bf44ab9b6de3e3a130 (patch) | |
tree | 458af914265e0c03a4ee7f1de510f13af68ad761 /Build/source/texk/ptexenc | |
parent | af8cf58a3e5b445fb97ed74ed784af761ded4228 (diff) |
TL 2012 w/o dev, 6.1.0, other version numbers
git-svn-id: svn://tug.org/texlive/trunk@26287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc')
-rwxr-xr-x | Build/source/texk/ptexenc/configure | 26 | ||||
-rw-r--r-- | Build/source/texk/ptexenc/version.ac | 2 |
2 files changed, 14 insertions, 14 deletions
diff --git a/Build/source/texk/ptexenc/configure b/Build/source/texk/ptexenc/configure index ee80b501cea..d8f0a0ca423 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.0dev. +# Generated by GNU Autoconf 2.69 for ptexenc 1.3.0. # # 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.0dev' -PACKAGE_STRING='ptexenc 1.3.0dev' +PACKAGE_VERSION='1.3.0' +PACKAGE_STRING='ptexenc 1.3.0' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1323,7 +1323,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.0dev to adapt to many kinds of systems. +\`configure' configures ptexenc 1.3.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1393,7 +1393,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ptexenc 1.3.0dev:";; + short | recursive ) echo "Configuration of ptexenc 1.3.0:";; esac cat <<\_ACEOF @@ -1509,7 +1509,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ptexenc configure 1.3.0dev +ptexenc configure 1.3.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1989,7 +1989,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.0dev, which was +It was created by ptexenc $as_me 1.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2370,9 +2370,9 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -PTEXENCVERSION=1.3.0dev +PTEXENCVERSION=1.3.0 -$as_echo "#define PTEXENCVERSION \"ptexenc version 1.3.0dev\"" >>confdefs.h +$as_echo "#define PTEXENCVERSION \"ptexenc version 1.3.0\"" >>confdefs.h PTEXENC_LT_VERSINFO=4:0:3 @@ -7395,7 +7395,7 @@ fi # Define the identity of the package. PACKAGE='ptexenc' - VERSION='1.3.0dev' + VERSION='1.3.0' cat >>confdefs.h <<_ACEOF @@ -13026,7 +13026,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -ptexenc config.lt 1.3.0dev +ptexenc config.lt 1.3.0 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -14753,7 +14753,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.0dev, which was +This file was extended by ptexenc $as_me 1.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14819,7 +14819,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.0dev +ptexenc config.status 1.3.0 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 2f11af4ad18..13ac3b94bc0 100644 --- a/Build/source/texk/ptexenc/version.ac +++ b/Build/source/texk/ptexenc/version.ac @@ -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.0dev]) +m4_define([ptexenc_version], [1.3.0]) |