Skip to content

Commit c5aa8a9

Browse files
committed
updated version number
1 parent e9e56fb commit c5aa8a9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

configure

+11-11
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 giza 1.0.0.
3+
# Generated by GNU Autoconf 2.69 for giza 1.1.0.
44
#
55
# Report bugs to <daniel.price@monash.edu>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='giza'
592592
PACKAGE_TARNAME='giza'
593-
PACKAGE_VERSION='1.0.0'
594-
PACKAGE_STRING='giza 1.0.0'
593+
PACKAGE_VERSION='1.1.0'
594+
PACKAGE_STRING='giza 1.1.0'
595595
PACKAGE_BUGREPORT='daniel.price@monash.edu'
596596
PACKAGE_URL='http://danieljprice.github.io/giza'
597597

@@ -1341,7 +1341,7 @@ if test "$ac_init_help" = "long"; then
13411341
# Omit some internal or obsolete options to make the list less imposing.
13421342
# This message is too long to be a string in the A/UX 3.1 sh.
13431343
cat <<_ACEOF
1344-
\`configure' configures giza 1.0.0 to adapt to many kinds of systems.
1344+
\`configure' configures giza 1.1.0 to adapt to many kinds of systems.
13451345

13461346
Usage: $0 [OPTION]... [VAR=VALUE]...
13471347

@@ -1411,7 +1411,7 @@ fi
14111411

14121412
if test -n "$ac_init_help"; then
14131413
case $ac_init_help in
1414-
short | recursive ) echo "Configuration of giza 1.0.0:";;
1414+
short | recursive ) echo "Configuration of giza 1.1.0:";;
14151415
esac
14161416
cat <<\_ACEOF
14171417

@@ -1537,7 +1537,7 @@ fi
15371537
test -n "$ac_init_help" && exit $ac_status
15381538
if $ac_init_version; then
15391539
cat <<\_ACEOF
1540-
giza configure 1.0.0
1540+
giza configure 1.1.0
15411541
generated by GNU Autoconf 2.69
15421542

15431543
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1899,7 +1899,7 @@ cat >config.log <<_ACEOF
18991899
This file contains any messages produced by compilers while
19001900
running configure, to aid debugging if configure makes a mistake.
19011901

1902-
It was created by giza $as_me 1.0.0, which was
1902+
It was created by giza $as_me 1.1.0, which was
19031903
generated by GNU Autoconf 2.69. Invocation command line was
19041904

19051905
$ $0 $@
@@ -2762,7 +2762,7 @@ fi
27622762

27632763
# Define the identity of the package.
27642764
PACKAGE='giza'
2765-
VERSION='1.0.0'
2765+
VERSION='1.1.0'
27662766

27672767

27682768
cat >>confdefs.h <<_ACEOF
@@ -4172,7 +4172,7 @@ ac_config_headers="$ac_config_headers config.h"
41724172

41734173
GIZA_VERSION_MAJOR=1
41744174

4175-
GIZA_VERSION_MINOR=0
4175+
GIZA_VERSION_MINOR=1
41764176

41774177
GIZA_VERSION_MICRO=0
41784178

@@ -16196,7 +16196,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1619616196
# report actual input values of CONFIG_FILES etc. instead of their
1619716197
# values after options handling.
1619816198
ac_log="
16199-
This file was extended by giza $as_me 1.0.0, which was
16199+
This file was extended by giza $as_me 1.1.0, which was
1620016200
generated by GNU Autoconf 2.69. Invocation command line was
1620116201

1620216202
CONFIG_FILES = $CONFIG_FILES
@@ -16263,7 +16263,7 @@ _ACEOF
1626316263
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1626416264
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1626516265
ac_cs_version="\\
16266-
giza config.status 1.0.0
16266+
giza config.status 1.1.0
1626716267
configured by $0, generated by GNU Autoconf 2.69,
1626816268
with options \\"\$ac_cs_config\\"
1626916269

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.61)
22
m4_define(giza_version_major,1)
3-
m4_define(giza_version_minor,0)
3+
m4_define(giza_version_minor,1)
44
m4_define(giza_version_micro,0)
55
AC_INIT([giza],
66
[giza_version_major.giza_version_minor.giza_version_micro],

0 commit comments

Comments
 (0)