Skip to content

Commit 110a0aa

Browse files
committed
configure.ac: bump version to 1.9.0-pre
The autoconf version on master is not really important, but this is what we typically do on master once a release (or release candidate) has been created for the previous series. I suppose it could be useful in the context of a non-release tarball (i.e. when there is no git repo present to tell you the actual hash) but that seems like a very limited use scenario.
1 parent 848bcf7 commit 110a0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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.8.0-pre],[https://github.com/libMesh/libmesh/discussions],[libmesh],[http://libmesh.github.io])
5+
AC_INIT([libmesh],[1.9.0-pre],[https://github.com/libMesh/libmesh/discussions],[libmesh],[http://libmesh.github.io])
66
AC_PREREQ([2.68])
77

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

0 commit comments

Comments
 (0)