Skip to content

Commit 08c7e67

Browse files
author
Cristy
committed
...
1 parent 659906f commit 08c7e67

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

Lines changed: 10 additions & 10 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.69 for PythonMagick 0.9.12.
3+
# Generated by GNU Autoconf 2.69 for PythonMagick 0.9.13.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@ MAKEFLAGS=
587587
# Identity of this package.
588588
PACKAGE_NAME='PythonMagick'
589589
PACKAGE_TARNAME='PythonMagick'
590-
PACKAGE_VERSION='0.9.12'
591-
PACKAGE_STRING='PythonMagick 0.9.12'
590+
PACKAGE_VERSION='0.9.13'
591+
PACKAGE_STRING='PythonMagick 0.9.13'
592592
PACKAGE_BUGREPORT=''
593593
PACKAGE_URL=''
594594

@@ -1362,7 +1362,7 @@ if test "$ac_init_help" = "long"; then
13621362
# Omit some internal or obsolete options to make the list less imposing.
13631363
# This message is too long to be a string in the A/UX 3.1 sh.
13641364
cat <<_ACEOF
1365-
\`configure' configures PythonMagick 0.9.12 to adapt to many kinds of systems.
1365+
\`configure' configures PythonMagick 0.9.13 to adapt to many kinds of systems.
13661366

13671367
Usage: $0 [OPTION]... [VAR=VALUE]...
13681368

@@ -1432,7 +1432,7 @@ fi
14321432

14331433
if test -n "$ac_init_help"; then
14341434
case $ac_init_help in
1435-
short | recursive ) echo "Configuration of PythonMagick 0.9.12:";;
1435+
short | recursive ) echo "Configuration of PythonMagick 0.9.13:";;
14361436
esac
14371437
cat <<\_ACEOF
14381438

@@ -1577,7 +1577,7 @@ fi
15771577
test -n "$ac_init_help" && exit $ac_status
15781578
if $ac_init_version; then
15791579
cat <<\_ACEOF
1580-
PythonMagick configure 0.9.12
1580+
PythonMagick configure 0.9.13
15811581
generated by GNU Autoconf 2.69
15821582

15831583
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2030,7 +2030,7 @@ cat >config.log <<_ACEOF
20302030
This file contains any messages produced by compilers while
20312031
running configure, to aid debugging if configure makes a mistake.
20322032

2033-
It was created by PythonMagick $as_me 0.9.12, which was
2033+
It was created by PythonMagick $as_me 0.9.13, which was
20342034
generated by GNU Autoconf 2.69. Invocation command line was
20352035

20362036
$ $0 $@
@@ -2903,7 +2903,7 @@ fi
29032903

29042904
# Define the identity of the package.
29052905
PACKAGE='PythonMagick'
2906-
VERSION='0.9.12'
2906+
VERSION='0.9.13'
29072907

29082908

29092909
cat >>confdefs.h <<_ACEOF
@@ -17937,7 +17937,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1793717937
# report actual input values of CONFIG_FILES etc. instead of their
1793817938
# values after options handling.
1793917939
ac_log="
17940-
This file was extended by PythonMagick $as_me 0.9.12, which was
17940+
This file was extended by PythonMagick $as_me 0.9.13, which was
1794117941
generated by GNU Autoconf 2.69. Invocation command line was
1794217942

1794317943
CONFIG_FILES = $CONFIG_FILES
@@ -18003,7 +18003,7 @@ _ACEOF
1800318003
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1800418004
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1800518005
ac_cs_version="\\
18006-
PythonMagick config.status 0.9.12
18006+
PythonMagick config.status 0.9.13
1800718007
configured by $0, generated by GNU Autoconf 2.69,
1800818008
with options \\"\$ac_cs_config\\"
1800918009

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.69)
5-
AC_INIT([PythonMagick],[0.9.12],[],[PythonMagick])
5+
AC_INIT([PythonMagick],[0.9.13],[],[PythonMagick])
66
AC_CONFIG_SRCDIR([pythonmagick_src/_PathLinetoAbs.cpp])
77
AC_CONFIG_AUX_DIR([config])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)