summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-03-01 14:39:49 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-03-01 14:39:49 +0000
commitb2d70cd5d706ce687a41a120393b7ce6f074dba2 (patch)
treead78716de94759424a17720617dfa720d487033f
parenta6f5a3823ccc5964ef4b1e44a8ba392f75c0cf43 (diff)
Increase version number
git-svn-id: svn://tug.org/texlive/trunk@29251 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/xdvipdfmx/configure22
-rw-r--r--Build/source/texk/xdvipdfmx/configure.ac2
2 files changed, 12 insertions, 12 deletions
diff --git a/Build/source/texk/xdvipdfmx/configure b/Build/source/texk/xdvipdfmx/configure
index a001f60e162..41005c71e00 100755
--- a/Build/source/texk/xdvipdfmx/configure
+++ b/Build/source/texk/xdvipdfmx/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xdvipdfmx 0.7.8.
+# Generated by GNU Autoconf 2.69 for xdvipdfmx 0.7.9.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xdvipdfmx'
PACKAGE_TARNAME='xdvipdfmx'
-PACKAGE_VERSION='0.7.8'
-PACKAGE_STRING='xdvipdfmx 0.7.8'
+PACKAGE_VERSION='0.7.9'
+PACKAGE_STRING='xdvipdfmx 0.7.9'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1348,7 +1348,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 xdvipdfmx 0.7.8 to adapt to many kinds of systems.
+\`configure' configures xdvipdfmx 0.7.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1418,7 +1418,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xdvipdfmx 0.7.8:";;
+ short | recursive ) echo "Configuration of xdvipdfmx 0.7.9:";;
esac
cat <<\_ACEOF
@@ -1545,7 +1545,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xdvipdfmx configure 0.7.8
+xdvipdfmx configure 0.7.9
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2384,7 +2384,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 xdvipdfmx $as_me 0.7.8, which was
+It was created by xdvipdfmx $as_me 0.7.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -7815,7 +7815,7 @@ fi
# Define the identity of the package.
PACKAGE='xdvipdfmx'
- VERSION='0.7.8'
+ VERSION='0.7.9'
cat >>confdefs.h <<_ACEOF
@@ -14245,7 +14245,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-xdvipdfmx config.lt 0.7.8
+xdvipdfmx config.lt 0.7.9
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -16398,7 +16398,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 xdvipdfmx $as_me 0.7.8, which was
+This file was extended by xdvipdfmx $as_me 0.7.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16464,7 +16464,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="\\
-xdvipdfmx config.status 0.7.8
+xdvipdfmx config.status 0.7.9
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/xdvipdfmx/configure.ac b/Build/source/texk/xdvipdfmx/configure.ac
index c5e11618762..a94416c2c05 100644
--- a/Build/source/texk/xdvipdfmx/configure.ac
+++ b/Build/source/texk/xdvipdfmx/configure.ac
@@ -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([xdvipdfmx], [0.7.8], [tex-k@tug.org])
+AC_INIT([xdvipdfmx], [0.7.9], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([src/dvipdfmx.c])
AC_CONFIG_AUX_DIR([../../build-aux])