Skip to content

Commit bbcd6ab

Browse files
committed
updating library version
1 parent 0a64515 commit bbcd6ab

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for libmesh 0.9.3-rc2.
4+
# Generated by GNU Autoconf 2.69 for libmesh 0.9.3.
55
#
66
# Report bugs to <[email protected]>.
77
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
591591
# Identity of this package.
592592
PACKAGE_NAME='libmesh'
593593
PACKAGE_TARNAME='libmesh'
594-
PACKAGE_VERSION='0.9.3-rc2'
595-
PACKAGE_STRING='libmesh 0.9.3-rc2'
594+
PACKAGE_VERSION='0.9.3'
595+
PACKAGE_STRING='libmesh 0.9.3'
596596
PACKAGE_BUGREPORT='[email protected]'
597597
PACKAGE_URL='http://libmesh.sourceforge.net'
598598

@@ -1710,7 +1710,7 @@ if test "$ac_init_help" = "long"; then
17101710
# Omit some internal or obsolete options to make the list less imposing.
17111711
# This message is too long to be a string in the A/UX 3.1 sh.
17121712
cat <<_ACEOF
1713-
\`configure' configures libmesh 0.9.3-rc2 to adapt to many kinds of systems.
1713+
\`configure' configures libmesh 0.9.3 to adapt to many kinds of systems.
17141714

17151715
Usage: $0 [OPTION]... [VAR=VALUE]...
17161716

@@ -1781,7 +1781,7 @@ fi
17811781

17821782
if test -n "$ac_init_help"; then
17831783
case $ac_init_help in
1784-
short | recursive ) echo "Configuration of libmesh 0.9.3-rc2:";;
1784+
short | recursive ) echo "Configuration of libmesh 0.9.3:";;
17851785
esac
17861786
cat <<\_ACEOF
17871787

@@ -2064,7 +2064,7 @@ fi
20642064
test -n "$ac_init_help" && exit $ac_status
20652065
if $ac_init_version; then
20662066
cat <<\_ACEOF
2067-
libmesh configure 0.9.3-rc2
2067+
libmesh configure 0.9.3
20682068
generated by GNU Autoconf 2.69
20692069

20702070
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3136,7 +3136,7 @@ cat >config.log <<_ACEOF
31363136
This file contains any messages produced by compilers while
31373137
running configure, to aid debugging if configure makes a mistake.
31383138

3139-
It was created by libmesh $as_me 0.9.3-rc2, which was
3139+
It was created by libmesh $as_me 0.9.3, which was
31403140
generated by GNU Autoconf 2.69. Invocation command line was
31413141

31423142
$ $0 $@
@@ -4129,7 +4129,7 @@ fi
41294129

41304130
# Define the identity of the package.
41314131
PACKAGE='libmesh'
4132-
VERSION='0.9.3-rc2'
4132+
VERSION='0.9.3'
41334133

41344134

41354135
cat >>confdefs.h <<_ACEOF
@@ -34733,7 +34733,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3473334733
# report actual input values of CONFIG_FILES etc. instead of their
3473434734
# values after options handling.
3473534735
ac_log="
34736-
This file was extended by libmesh $as_me 0.9.3-rc2, which was
34736+
This file was extended by libmesh $as_me 0.9.3, which was
3473734737
generated by GNU Autoconf 2.69. Invocation command line was
3473834738

3473934739
CONFIG_FILES = $CONFIG_FILES
@@ -34800,7 +34800,7 @@ _ACEOF
3480034800
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3480134801
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3480234802
ac_cs_version="\\
34803-
libmesh config.status 0.9.3-rc2
34803+
libmesh config.status 0.9.3
3480434804
configured by $0, generated by GNU Autoconf 2.69,
3480534805
with options \\"\$ac_cs_config\\"
3480634806

configure.ac

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

55

66

7-
AC_INIT([libmesh], [0.9.3-rc2], [[email protected]], [libmesh], [http://libmesh.sourceforge.net])
7+
AC_INIT([libmesh], [0.9.3], [[email protected]], [libmesh], [http://libmesh.sourceforge.net])
88
AC_PREREQ([2.61]) # require autoconf 2.61 - I havent tried anything older
99

1010
# by default CFLAGS and CXXFLAGS are set to '-g -O2' on systems that support them.

0 commit comments

Comments
 (0)