We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642dfcc commit 2d9734cCopy full SHA for 2d9734c
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.7.7], [https://github.com/libMesh/libmesh/discussions], [libmesh], [http://libmesh.github.io])
+AC_INIT([libmesh], [1.7.8], [https://github.com/libMesh/libmesh/discussions], [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