Skip to content

Commit b81fc3a

Browse files
author
Bas Vodde
committed
Bumped up version number
1 parent f31dd4a commit b81fc3a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
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.68 for CppUTest 3.3.
3+
# Generated by GNU Autoconf 2.68 for CppUTest 3.4.
44
#
55
# Report bugs to <https://github.com/cpputest/cpputest>.
66
#
@@ -570,8 +570,8 @@ MAKEFLAGS=
570570
# Identity of this package.
571571
PACKAGE_NAME='CppUTest'
572572
PACKAGE_TARNAME='cpputest'
573-
PACKAGE_VERSION='3.3'
574-
PACKAGE_STRING='CppUTest 3.3'
573+
PACKAGE_VERSION='3.4'
574+
PACKAGE_STRING='CppUTest 3.4'
575575
PACKAGE_BUGREPORT='https://github.com/cpputest/cpputest'
576576
PACKAGE_URL=''
577577

@@ -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 CppUTest 3.3 to adapt to many kinds of systems.
1344+
\`configure' configures CppUTest 3.4 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 CppUTest 3.3:";;
1414+
short | recursive ) echo "Configuration of CppUTest 3.4:";;
14151415
esac
14161416
cat <<\_ACEOF
14171417

@@ -1535,7 +1535,7 @@ fi
15351535
test -n "$ac_init_help" && exit $ac_status
15361536
if $ac_init_version; then
15371537
cat <<\_ACEOF
1538-
CppUTest configure 3.3
1538+
CppUTest configure 3.4
15391539
generated by GNU Autoconf 2.68
15401540

15411541
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2206,7 +2206,7 @@ cat >config.log <<_ACEOF
22062206
This file contains any messages produced by compilers while
22072207
running configure, to aid debugging if configure makes a mistake.
22082208

2209-
It was created by CppUTest $as_me 3.3, which was
2209+
It was created by CppUTest $as_me 3.4, which was
22102210
generated by GNU Autoconf 2.68. Invocation command line was
22112211

22122212
$ $0 $@
@@ -3021,7 +3021,7 @@ fi
30213021

30223022
# Define the identity of the package.
30233023
PACKAGE='cpputest'
3024-
VERSION='3.3'
3024+
VERSION='3.4'
30253025

30263026

30273027
cat >>confdefs.h <<_ACEOF
@@ -17754,7 +17754,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1775417754
# report actual input values of CONFIG_FILES etc. instead of their
1775517755
# values after options handling.
1775617756
ac_log="
17757-
This file was extended by CppUTest $as_me 3.3, which was
17757+
This file was extended by CppUTest $as_me 3.4, which was
1775817758
generated by GNU Autoconf 2.68. Invocation command line was
1775917759

1776017760
CONFIG_FILES = $CONFIG_FILES
@@ -17820,7 +17820,7 @@ _ACEOF
1782017820
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1782117821
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1782217822
ac_cs_version="\\
17823-
CppUTest config.status 3.3
17823+
CppUTest config.status 3.4
1782417824
configured by $0, generated by GNU Autoconf 2.68,
1782517825
with options \\"\$ac_cs_config\\"
1782617826

0 commit comments

Comments
 (0)