Skip to content

Commit bada5c5

Browse files
author
Herbert Koelman
committed
update version infos
1 parent 9619ab5 commit bada5c5

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
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.69 for cpp-pthread v1.6.0.
3+
# Generated by GNU Autoconf 2.69 for cpp-pthread v1.6.1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='cpp-pthread'
581581
PACKAGE_TARNAME='cpp-pthread'
582-
PACKAGE_VERSION='v1.6.0'
583-
PACKAGE_STRING='cpp-pthread v1.6.0'
582+
PACKAGE_VERSION='v1.6.1'
583+
PACKAGE_STRING='cpp-pthread v1.6.1'
584584
PACKAGE_BUGREPORT='[email protected]'
585585
PACKAGE_URL='http://herbertkoelman.github.io/cpp-pthread/'
586586

@@ -1187,7 +1187,7 @@ if test "$ac_init_help" = "long"; then
11871187
# Omit some internal or obsolete options to make the list less imposing.
11881188
# This message is too long to be a string in the A/UX 3.1 sh.
11891189
cat <<_ACEOF
1190-
\`configure' configures cpp-pthread v1.6.0 to adapt to many kinds of systems.
1190+
\`configure' configures cpp-pthread v1.6.1 to adapt to many kinds of systems.
11911191
11921192
Usage: $0 [OPTION]... [VAR=VALUE]...
11931193
@@ -1251,7 +1251,7 @@ fi
12511251

12521252
if test -n "$ac_init_help"; then
12531253
case $ac_init_help in
1254-
short | recursive ) echo "Configuration of cpp-pthread v1.6.0:";;
1254+
short | recursive ) echo "Configuration of cpp-pthread v1.6.1:";;
12551255
esac
12561256
cat <<\_ACEOF
12571257
@@ -1332,7 +1332,7 @@ fi
13321332
test -n "$ac_init_help" && exit $ac_status
13331333
if $ac_init_version; then
13341334
cat <<\_ACEOF
1335-
cpp-pthread configure v1.6.0
1335+
cpp-pthread configure v1.6.1
13361336
generated by GNU Autoconf 2.69
13371337
13381338
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1349,7 +1349,7 @@ cat >config.log <<_ACEOF
13491349
This file contains any messages produced by compilers while
13501350
running configure, to aid debugging if configure makes a mistake.
13511351
1352-
It was created by cpp-pthread $as_me v1.6.0, which was
1352+
It was created by cpp-pthread $as_me v1.6.1, which was
13531353
generated by GNU Autoconf 2.69. Invocation command line was
13541354
13551355
$ $0 $@
@@ -2643,7 +2643,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26432643
# report actual input values of CONFIG_FILES etc. instead of their
26442644
# values after options handling.
26452645
ac_log="
2646-
This file was extended by cpp-pthread $as_me v1.6.0, which was
2646+
This file was extended by cpp-pthread $as_me v1.6.1, which was
26472647
generated by GNU Autoconf 2.69. Invocation command line was
26482648
26492649
CONFIG_FILES = $CONFIG_FILES
@@ -2697,7 +2697,7 @@ _ACEOF
26972697
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26982698
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
26992699
ac_cs_version="\\
2700-
cpp-pthread config.status v1.6.0
2700+
cpp-pthread config.status v1.6.1
27012701
configured by $0, generated by GNU Autoconf 2.69,
27022702
with options \\"\$ac_cs_config\\"
27032703

src/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.69 for cpp-pthread v1.5.0.
3+
# Generated by GNU Autoconf 2.69 for cpp-pthread v1.6.1.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='cpp-pthread'
582582
PACKAGE_TARNAME='cpp-pthread'
583-
PACKAGE_VERSION='v1.5.0'
584-
PACKAGE_STRING='cpp-pthread v1.5.0'
583+
PACKAGE_VERSION='v1.6.1'
584+
PACKAGE_STRING='cpp-pthread v1.6.1'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL='http://herbertkoelman.github.io/cpp-pthread/'
587587

@@ -1237,7 +1237,7 @@ if test "$ac_init_help" = "long"; then
12371237
# Omit some internal or obsolete options to make the list less imposing.
12381238
# This message is too long to be a string in the A/UX 3.1 sh.
12391239
cat <<_ACEOF
1240-
\`configure' configures cpp-pthread v1.5.0 to adapt to many kinds of systems.
1240+
\`configure' configures cpp-pthread v1.6.1 to adapt to many kinds of systems.
12411241
12421242
Usage: $0 [OPTION]... [VAR=VALUE]...
12431243
@@ -1298,7 +1298,7 @@ fi
12981298

12991299
if test -n "$ac_init_help"; then
13001300
case $ac_init_help in
1301-
short | recursive ) echo "Configuration of cpp-pthread v1.5.0:";;
1301+
short | recursive ) echo "Configuration of cpp-pthread v1.6.1:";;
13021302
esac
13031303
cat <<\_ACEOF
13041304
@@ -1381,7 +1381,7 @@ fi
13811381
test -n "$ac_init_help" && exit $ac_status
13821382
if $ac_init_version; then
13831383
cat <<\_ACEOF
1384-
cpp-pthread configure v1.5.0
1384+
cpp-pthread configure v1.6.1
13851385
generated by GNU Autoconf 2.69
13861386
13871387
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1971,7 +1971,7 @@ cat >config.log <<_ACEOF
19711971
This file contains any messages produced by compilers while
19721972
running configure, to aid debugging if configure makes a mistake.
19731973
1974-
It was created by cpp-pthread $as_me v1.5.0, which was
1974+
It was created by cpp-pthread $as_me v1.6.1, which was
19751975
generated by GNU Autoconf 2.69. Invocation command line was
19761976
19771977
$ $0 $@
@@ -4468,7 +4468,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
44684468
# report actual input values of CONFIG_FILES etc. instead of their
44694469
# values after options handling.
44704470
ac_log="
4471-
This file was extended by cpp-pthread $as_me v1.5.0, which was
4471+
This file was extended by cpp-pthread $as_me v1.6.1, which was
44724472
generated by GNU Autoconf 2.69. Invocation command line was
44734473
44744474
CONFIG_FILES = $CONFIG_FILES
@@ -4531,7 +4531,7 @@ _ACEOF
45314531
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45324532
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
45334533
ac_cs_version="\\
4534-
cpp-pthread config.status v1.5.0
4534+
cpp-pthread config.status v1.6.1
45354535
configured by $0, generated by GNU Autoconf 2.69,
45364536
with options \\"\$ac_cs_config\\"
45374537

0 commit comments

Comments
 (0)