Skip to content

Commit 6047127

Browse files
committed
Set Version 0.6 and regenerate configure
1 parent 92c23d7 commit 6047127

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.63 for tksvg 0.5.
3+
# Generated by GNU Autoconf 2.63 for tksvg 0.6.
44
#
55
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
66
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
594594
# Identity of this package.
595595
PACKAGE_NAME='tksvg'
596596
PACKAGE_TARNAME='tksvg'
597-
PACKAGE_VERSION='0.5'
598-
PACKAGE_STRING='tksvg 0.5'
597+
PACKAGE_VERSION='0.6'
598+
PACKAGE_STRING='tksvg 0.6'
599599
PACKAGE_BUGREPORT=''
600600

601601
# Factoring default headers for most tests.
@@ -1333,7 +1333,7 @@ if test "$ac_init_help" = "long"; then
13331333
# Omit some internal or obsolete options to make the list less imposing.
13341334
# This message is too long to be a string in the A/UX 3.1 sh.
13351335
cat <<_ACEOF
1336-
\`configure' configures tksvg 0.5 to adapt to many kinds of systems.
1336+
\`configure' configures tksvg 0.6 to adapt to many kinds of systems.
13371337
13381338
Usage: $0 [OPTION]... [VAR=VALUE]...
13391339
@@ -1394,7 +1394,7 @@ fi
13941394

13951395
if test -n "$ac_init_help"; then
13961396
case $ac_init_help in
1397-
short | recursive ) echo "Configuration of tksvg 0.5:";;
1397+
short | recursive ) echo "Configuration of tksvg 0.6:";;
13981398
esac
13991399
cat <<\_ACEOF
14001400
@@ -1495,7 +1495,7 @@ fi
14951495
test -n "$ac_init_help" && exit $ac_status
14961496
if $ac_init_version; then
14971497
cat <<\_ACEOF
1498-
tksvg configure 0.5
1498+
tksvg configure 0.6
14991499
generated by GNU Autoconf 2.63
15001500
15011501
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1509,7 +1509,7 @@ cat >config.log <<_ACEOF
15091509
This file contains any messages produced by compilers while
15101510
running configure, to aid debugging if configure makes a mistake.
15111511
1512-
It was created by tksvg $as_me 0.5, which was
1512+
It was created by tksvg $as_me 0.6, which was
15131513
generated by GNU Autoconf 2.63. Invocation command line was
15141514
15151515
$ $0 $@
@@ -10707,7 +10707,7 @@ exec 6>&1
1070710707
# report actual input values of CONFIG_FILES etc. instead of their
1070810708
# values after options handling.
1070910709
ac_log="
10710-
This file was extended by tksvg $as_me 0.5, which was
10710+
This file was extended by tksvg $as_me 0.6, which was
1071110711
generated by GNU Autoconf 2.63. Invocation command line was
1071210712
1071310713
CONFIG_FILES = $CONFIG_FILES
@@ -10757,7 +10757,7 @@ Report bugs to <[email protected]>."
1075710757
_ACEOF
1075810758
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1075910759
ac_cs_version="\\
10760-
tksvg config.status 0.5
10760+
tksvg config.status 0.6
1076110761
configured by $0, generated by GNU Autoconf 2.63,
1076210762
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
1076310763

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
1919
# so you can encode the package version directly into the source files.
2020
#-----------------------------------------------------------------------
2121

22-
AC_INIT([tksvg], [0.5])
22+
AC_INIT([tksvg], [0.6])
2323

2424
#--------------------------------------------------------------------
2525
# Call TEA_INIT as the first TEA_ macro to set up initial vars.

0 commit comments

Comments
 (0)