Skip to content

Commit cc15c2e

Browse files
version updates
1 parent 62e7938 commit cc15c2e

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
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.4.0.
3+
# Generated by GNU Autoconf 2.69 for cpp-pthread v1.5.0.
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.4.0'
583-
PACKAGE_STRING='cpp-pthread v1.4.0'
582+
PACKAGE_VERSION='v1.5.0'
583+
PACKAGE_STRING='cpp-pthread v1.5.0'
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.4.0 to adapt to many kinds of systems.
1190+
\`configure' configures cpp-pthread v1.5.0 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.4.0:";;
1254+
short | recursive ) echo "Configuration of cpp-pthread v1.5.0:";;
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.4.0
1335+
cpp-pthread configure v1.5.0
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.4.0, which was
1352+
It was created by cpp-pthread $as_me v1.5.0, 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.4.0, which was
2646+
This file was extended by cpp-pthread $as_me v1.5.0, 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.4.0
2700+
cpp-pthread config.status v1.5.0
27012701
configured by $0, generated by GNU Autoconf 2.69,
27022702
with options \\"\$ac_cs_config\\"
27032703

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sonar.projectKey=pmu:cpp_pthread
1414

1515
# Name of the project that will be displayed on the web interface.
1616
sonar.projectName=pmu:cpp-pthread
17-
sonar.projectVersion=v1.4.0
17+
sonar.projectVersion=v1.5.0
1818

1919
# Comma-separated paths to directories containing source files
2020
sonar.sources=src,include/pthread

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.4.0.
3+
# Generated by GNU Autoconf 2.69 for cpp-pthread v1.5.0.
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.4.0'
584-
PACKAGE_STRING='cpp-pthread v1.4.0'
583+
PACKAGE_VERSION='v1.5.0'
584+
PACKAGE_STRING='cpp-pthread v1.5.0'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL='http://herbertkoelman.github.io/cpp-pthread/'
587587

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

12981298
if test -n "$ac_init_help"; then
12991299
case $ac_init_help in
1300-
short | recursive ) echo "Configuration of cpp-pthread v1.4.0:";;
1300+
short | recursive ) echo "Configuration of cpp-pthread v1.5.0:";;
13011301
esac
13021302
cat <<\_ACEOF
13031303
@@ -1380,7 +1380,7 @@ fi
13801380
test -n "$ac_init_help" && exit $ac_status
13811381
if $ac_init_version; then
13821382
cat <<\_ACEOF
1383-
cpp-pthread configure v1.4.0
1383+
cpp-pthread configure v1.5.0
13841384
generated by GNU Autoconf 2.69
13851385
13861386
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1970,7 +1970,7 @@ cat >config.log <<_ACEOF
19701970
This file contains any messages produced by compilers while
19711971
running configure, to aid debugging if configure makes a mistake.
19721972
1973-
It was created by cpp-pthread $as_me v1.4.0, which was
1973+
It was created by cpp-pthread $as_me v1.5.0, which was
19741974
generated by GNU Autoconf 2.69. Invocation command line was
19751975
19761976
$ $0 $@
@@ -4463,7 +4463,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
44634463
# report actual input values of CONFIG_FILES etc. instead of their
44644464
# values after options handling.
44654465
ac_log="
4466-
This file was extended by cpp-pthread $as_me v1.4.0, which was
4466+
This file was extended by cpp-pthread $as_me v1.5.0, which was
44674467
generated by GNU Autoconf 2.69. Invocation command line was
44684468
44694469
CONFIG_FILES = $CONFIG_FILES
@@ -4526,7 +4526,7 @@ _ACEOF
45264526
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45274527
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
45284528
ac_cs_version="\\
4529-
cpp-pthread config.status v1.4.0
4529+
cpp-pthread config.status v1.5.0
45304530
configured by $0, generated by GNU Autoconf 2.69,
45314531
with options \\"\$ac_cs_config\\"
45324532

0 commit comments

Comments
 (0)