We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fab2d5 commit 5dc3512Copy full SHA for 5dc3512
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.4.0-pre], [[email protected]], [libmesh], [http://libmesh.github.io])
+AC_INIT([libmesh], [1.4.0-rc1], [[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