Skip to content

Commit d7570b1

Browse files
committed
Update libmesh version to 1.0.0
1 parent 5c2f46a commit d7570b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# configure.ac file for libmesh. Used by Automake to generate
33
# aclocal.m4 and Makefile.in. See also: http://tinyurl.com/hatuyfn
44
# --------------------------------------------------------------
5-
AC_INIT([libmesh], [1.0.0-rc2], [[email protected]], [libmesh], [http://libmesh.github.io])
5+
AC_INIT([libmesh], [1.0.0], [[email protected]], [libmesh], [http://libmesh.github.io])
66
AC_PREREQ([2.69])
77

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

0 commit comments

Comments
 (0)