We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2f46a commit d7570b1Copy full SHA for d7570b1
configure.ac
@@ -2,7 +2,7 @@
2
# configure.ac file for libmesh. Used by Automake to generate
3
# aclocal.m4 and Makefile.in. See also: http://tinyurl.com/hatuyfn
4
# --------------------------------------------------------------
5
-AC_INIT([libmesh], [1.0.0-rc2], [[email protected]], [libmesh], [http://libmesh.github.io])
+AC_INIT([libmesh], [1.0.0], [[email protected]], [libmesh], [http://libmesh.github.io])
6
AC_PREREQ([2.69])
7
8
# by default CFLAGS and CXXFLAGS are set to '-g -O2' on systems that support them.
0 commit comments