Skip to content

Commit 94a04cd

Browse files
committed
Bump version and run autogen
1 parent 95fe704 commit 94a04cd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.69 for PetIBM 0.4.1.
3+
# Generated by GNU Autoconf 2.69 for PetIBM 0.4.2.
44
#
55
# Report bugs to <mesnardo@gwu.edu, pychuang@gwu.edu>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='PetIBM'
592592
PACKAGE_TARNAME='petibm'
593-
PACKAGE_VERSION='0.4.1'
594-
PACKAGE_STRING='PetIBM 0.4.1'
593+
PACKAGE_VERSION='0.4.2'
594+
PACKAGE_STRING='PetIBM 0.4.2'
595595
PACKAGE_BUGREPORT='mesnardo@gwu.edu, pychuang@gwu.edu'
596596
PACKAGE_URL=''
597597

@@ -1376,7 +1376,7 @@ if test "$ac_init_help" = "long"; then
13761376
# Omit some internal or obsolete options to make the list less imposing.
13771377
# This message is too long to be a string in the A/UX 3.1 sh.
13781378
cat <<_ACEOF
1379-
\`configure' configures PetIBM 0.4.1 to adapt to many kinds of systems.
1379+
\`configure' configures PetIBM 0.4.2 to adapt to many kinds of systems.
13801380

13811381
Usage: $0 [OPTION]... [VAR=VALUE]...
13821382

@@ -1447,7 +1447,7 @@ fi
14471447

14481448
if test -n "$ac_init_help"; then
14491449
case $ac_init_help in
1450-
short | recursive ) echo "Configuration of PetIBM 0.4.1:";;
1450+
short | recursive ) echo "Configuration of PetIBM 0.4.2:";;
14511451
esac
14521452
cat <<\_ACEOF
14531453

@@ -1589,7 +1589,7 @@ fi
15891589
test -n "$ac_init_help" && exit $ac_status
15901590
if $ac_init_version; then
15911591
cat <<\_ACEOF
1592-
PetIBM configure 0.4.1
1592+
PetIBM configure 0.4.2
15931593
generated by GNU Autoconf 2.69
15941594

15951595
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2395,7 +2395,7 @@ cat >config.log <<_ACEOF
23952395
This file contains any messages produced by compilers while
23962396
running configure, to aid debugging if configure makes a mistake.
23972397

2398-
It was created by PetIBM $as_me 0.4.1, which was
2398+
It was created by PetIBM $as_me 0.4.2, which was
23992399
generated by GNU Autoconf 2.69. Invocation command line was
24002400

24012401
$ $0 $@
@@ -3262,7 +3262,7 @@ fi
32623262

32633263
# Define the identity of the package.
32643264
PACKAGE='petibm'
3265-
VERSION='0.4.1'
3265+
VERSION='0.4.2'
32663266

32673267

32683268
cat >>confdefs.h <<_ACEOF
@@ -20826,7 +20826,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2082620826
# report actual input values of CONFIG_FILES etc. instead of their
2082720827
# values after options handling.
2082820828
ac_log="
20829-
This file was extended by PetIBM $as_me 0.4.1, which was
20829+
This file was extended by PetIBM $as_me 0.4.2, which was
2083020830
generated by GNU Autoconf 2.69. Invocation command line was
2083120831

2083220832
CONFIG_FILES = $CONFIG_FILES
@@ -20892,7 +20892,7 @@ _ACEOF
2089220892
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2089320893
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2089420894
ac_cs_version="\\
20895-
PetIBM config.status 0.4.1
20895+
PetIBM config.status 0.4.2
2089620896
configured by $0, generated by GNU Autoconf 2.69,
2089720897
with options \\"\$ac_cs_config\\"
2089820898

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# set-up
66
AC_PREREQ([2.69])
7-
AC_INIT([PetIBM], [0.4.1], [mesnardo@gwu.edu, pychuang@gwu.edu])
7+
AC_INIT([PetIBM], [0.4.2], [mesnardo@gwu.edu, pychuang@gwu.edu])
88
AC_CONFIG_AUX_DIR([config])
99
AC_CONFIG_MACRO_DIR([m4])
1010
AM_INIT_AUTOMAKE([foreign subdir-objects])

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = PetIBM
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.4.1
41+
PROJECT_NUMBER = 0.4.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)