diff --git a/configure.ac b/configure.ac index 1202cbb6b80..b7f4b9363fd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # configure.ac file for libmesh. Used by Automake to generate # aclocal.m4 and Makefile.in. See also: http://tinyurl.com/hatuyfn # -------------------------------------------------------------- -AC_INIT([libmesh], [1.5.2], [libmesh-users@lists.sourceforge.net], [libmesh], [http://libmesh.github.io]) +AC_INIT([libmesh], [1.5.3], [libmesh-users@lists.sourceforge.net], [libmesh], [http://libmesh.github.io]) AC_PREREQ([2.69]) # by default CFLAGS and CXXFLAGS are set to '-g -O2' on systems that support them.