Skip to content

Commit 98939a1

Browse files
committed
dump-version-4.0.1
1 parent a620cb0 commit 98939a1

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

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.69 for rnm 4.0.0.
3+
# Generated by GNU Autoconf 2.69 for rnm 4.0.1.
44
#
55
# Report bugs to <http://github.com/neurobin/rnm/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='rnm'
582582
PACKAGE_TARNAME='rnm'
583-
PACKAGE_VERSION='4.0.0'
584-
PACKAGE_STRING='rnm 4.0.0'
583+
PACKAGE_VERSION='4.0.1'
584+
PACKAGE_STRING='rnm 4.0.1'
585585
PACKAGE_BUGREPORT='http://github.com/neurobin/rnm/issues'
586586
PACKAGE_URL=''
587587

@@ -1293,7 +1293,7 @@ if test "$ac_init_help" = "long"; then
12931293
# Omit some internal or obsolete options to make the list less imposing.
12941294
# This message is too long to be a string in the A/UX 3.1 sh.
12951295
cat <<_ACEOF
1296-
\`configure' configures rnm 4.0.0 to adapt to many kinds of systems.
1296+
\`configure' configures rnm 4.0.1 to adapt to many kinds of systems.
12971297
12981298
Usage: $0 [OPTION]... [VAR=VALUE]...
12991299
@@ -1360,7 +1360,7 @@ fi
13601360

13611361
if test -n "$ac_init_help"; then
13621362
case $ac_init_help in
1363-
short | recursive ) echo "Configuration of rnm 4.0.0:";;
1363+
short | recursive ) echo "Configuration of rnm 4.0.1:";;
13641364
esac
13651365
cat <<\_ACEOF
13661366
@@ -1455,7 +1455,7 @@ fi
14551455
test -n "$ac_init_help" && exit $ac_status
14561456
if $ac_init_version; then
14571457
cat <<\_ACEOF
1458-
rnm configure 4.0.0
1458+
rnm configure 4.0.1
14591459
generated by GNU Autoconf 2.69
14601460
14611461
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1916,7 +1916,7 @@ cat >config.log <<_ACEOF
19161916
This file contains any messages produced by compilers while
19171917
running configure, to aid debugging if configure makes a mistake.
19181918
1919-
It was created by rnm $as_me 4.0.0, which was
1919+
It was created by rnm $as_me 4.0.1, which was
19201920
generated by GNU Autoconf 2.69. Invocation command line was
19211921
19221922
$ $0 $@
@@ -2786,7 +2786,7 @@ fi
27862786
27872787
# Define the identity of the package.
27882788
PACKAGE='rnm'
2789-
VERSION='4.0.0'
2789+
VERSION='4.0.1'
27902790
27912791
27922792
cat >>confdefs.h <<_ACEOF
@@ -6128,7 +6128,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
61286128
# report actual input values of CONFIG_FILES etc. instead of their
61296129
# values after options handling.
61306130
ac_log="
6131-
This file was extended by rnm $as_me 4.0.0, which was
6131+
This file was extended by rnm $as_me 4.0.1, which was
61326132
generated by GNU Autoconf 2.69. Invocation command line was
61336133
61346134
CONFIG_FILES = $CONFIG_FILES
@@ -6189,7 +6189,7 @@ _ACEOF
61896189
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
61906190
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
61916191
ac_cs_version="\\
6192-
rnm config.status 4.0.0
6192+
rnm config.status 4.0.1
61936193
configured by $0, generated by GNU Autoconf 2.69,
61946194
with options \\"\$ac_cs_config\\"
61956195

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include([ax_cxx_compile_stdcxx.m4])
2-
AC_INIT([rnm], [4.0.0], [http://github.com/neurobin/rnm/issues])
2+
AC_INIT([rnm], [4.0.1], [http://github.com/neurobin/rnm/issues])
33
#AC_CONFIG_AUX_DIR([.])
44
#prefix="/usr"
55
AC_CONFIG_SRCDIR([src/main.cpp])

0 commit comments

Comments
 (0)