diff --git a/configure.ac b/configure.ac index 6be7670fb433ce869cbf18029cb7d9516a9cd254..39cc016fdd79ba81b80d7e834863192e782dfdad 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.61]) -AC_INIT([dynare], [4.2.4]) +AC_INIT([dynare], [4.2.5]) AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/mex/build/matlab/configure.ac b/mex/build/matlab/configure.ac index 802ac9be4fe28f2c394a2ba2be14af487bc22c6f..7c0204f2a0a8a99f4584603a85c2e7250709ec52 100644 --- a/mex/build/matlab/configure.ac +++ b/mex/build/matlab/configure.ac @@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.61]) -AC_INIT([dynare], [4.2.4]) +AC_INIT([dynare], [4.2.5]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/mex/build/octave/configure.ac b/mex/build/octave/configure.ac index 15934f4fdd6123a8be4796f5d112c60de0307d56..ca3c6ea26e8c128d48c355ec1232f2c11c8a448b 100644 --- a/mex/build/octave/configure.ac +++ b/mex/build/octave/configure.ac @@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with Dynare. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.61]) -AC_INIT([dynare], [4.2.4]) +AC_INIT([dynare], [4.2.5]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])