Skip to content

Commit 30b7932

Browse files
fixed version infos
1 parent ac3fd65 commit 30b7932

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-logger v1.0.1.
3+
# Generated by GNU Autoconf 2.69 for cpp-logger v1.0.2.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='cpp-logger'
581581
PACKAGE_TARNAME='cpp-logger'
582-
PACKAGE_VERSION='v1.0.1'
583-
PACKAGE_STRING='cpp-logger v1.0.1'
582+
PACKAGE_VERSION='v1.0.2'
583+
PACKAGE_STRING='cpp-logger v1.0.2'
584584
PACKAGE_BUGREPORT='[email protected]'
585585
PACKAGE_URL='http://herbertkoelman.github.io/cpp-logger/'
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-logger v1.0.1 to adapt to many kinds of systems.
1190+
\`configure' configures cpp-logger v1.0.2 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-logger v1.0.1:";;
1254+
short | recursive ) echo "Configuration of cpp-logger v1.0.2:";;
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-logger configure v1.0.1
1335+
cpp-logger configure v1.0.2
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-logger $as_me v1.0.1, which was
1352+
It was created by cpp-logger $as_me v1.0.2, 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-logger $as_me v1.0.1, which was
2646+
This file was extended by cpp-logger $as_me v1.0.2, 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-logger config.status v1.0.1
2700+
cpp-logger config.status v1.0.2
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-logger v1.0.1.
3+
# Generated by GNU Autoconf 2.69 for cpp-logger v1.0.2.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='cpp-logger'
582582
PACKAGE_TARNAME='cpp-logger'
583-
PACKAGE_VERSION='v1.0.1'
584-
PACKAGE_STRING='cpp-logger v1.0.1'
583+
PACKAGE_VERSION='v1.0.2'
584+
PACKAGE_STRING='cpp-logger v1.0.2'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL='http://herbertkoelman.github.io/cpp-logger/'
587587

@@ -1240,7 +1240,7 @@ if test "$ac_init_help" = "long"; then
12401240
# Omit some internal or obsolete options to make the list less imposing.
12411241
# This message is too long to be a string in the A/UX 3.1 sh.
12421242
cat <<_ACEOF
1243-
\`configure' configures cpp-logger v1.0.1 to adapt to many kinds of systems.
1243+
\`configure' configures cpp-logger v1.0.2 to adapt to many kinds of systems.
12441244
12451245
Usage: $0 [OPTION]... [VAR=VALUE]...
12461246
@@ -1301,7 +1301,7 @@ fi
13011301

13021302
if test -n "$ac_init_help"; then
13031303
case $ac_init_help in
1304-
short | recursive ) echo "Configuration of cpp-logger v1.0.1:";;
1304+
short | recursive ) echo "Configuration of cpp-logger v1.0.2:";;
13051305
esac
13061306
cat <<\_ACEOF
13071307
@@ -1393,7 +1393,7 @@ fi
13931393
test -n "$ac_init_help" && exit $ac_status
13941394
if $ac_init_version; then
13951395
cat <<\_ACEOF
1396-
cpp-logger configure v1.0.1
1396+
cpp-logger configure v1.0.2
13971397
generated by GNU Autoconf 2.69
13981398
13991399
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1983,7 +1983,7 @@ cat >config.log <<_ACEOF
19831983
This file contains any messages produced by compilers while
19841984
running configure, to aid debugging if configure makes a mistake.
19851985
1986-
It was created by cpp-logger $as_me v1.0.1, which was
1986+
It was created by cpp-logger $as_me v1.0.2, which was
19871987
generated by GNU Autoconf 2.69. Invocation command line was
19881988
19891989
$ $0 $@
@@ -4543,7 +4543,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
45434543
# report actual input values of CONFIG_FILES etc. instead of their
45444544
# values after options handling.
45454545
ac_log="
4546-
This file was extended by cpp-logger $as_me v1.0.1, which was
4546+
This file was extended by cpp-logger $as_me v1.0.2, which was
45474547
generated by GNU Autoconf 2.69. Invocation command line was
45484548
45494549
CONFIG_FILES = $CONFIG_FILES
@@ -4606,7 +4606,7 @@ _ACEOF
46064606
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
46074607
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
46084608
ac_cs_version="\\
4609-
cpp-logger config.status v1.0.1
4609+
cpp-logger config.status v1.0.2
46104610
configured by $0, generated by GNU Autoconf 2.69,
46114611
with options \\"\$ac_cs_config\\"
46124612

0 commit comments

Comments
 (0)