diff --git a/configure.ac b/configure.ac index 8c3c4cd1aa26508a4869c8740ad6a9734494ed20..5617dac9e4a4feda0fe916af5f24801d24cceaf6 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2009-2016 Dynare Team +dnl Copyright (C) 2009-2017 Dynare Team dnl dnl This file is part of Dynare. dnl @@ -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.62]) -AC_INIT([dynare], [4.5.0]) +AC_INIT([dynare], [4.5.1]) AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc]) AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax]) diff --git a/mex/build/matlab/configure.ac b/mex/build/matlab/configure.ac index 64b81de67b938c0053ff80d881b57bb5886acb32..a2302d24bd2e64b852e95025a7fd52c8eb6ad358 100644 --- a/mex/build/matlab/configure.ac +++ b/mex/build/matlab/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2009-2014 Dynare Team +dnl Copyright (C) 2009-2017 Dynare Team dnl dnl This file is part of Dynare. dnl @@ -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.62]) -AC_INIT([dynare], [4.5.0]) +AC_INIT([dynare], [4.5.1]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) diff --git a/mex/build/octave/configure.ac b/mex/build/octave/configure.ac index f6fc647052f9c7be97498b70e4a3a7399c0bdd9d..d61f60469de1e66c3e8f5f35b2cd165f2cbb313d 100755 --- a/mex/build/octave/configure.ac +++ b/mex/build/octave/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright (C) 2009-2015 Dynare Team +dnl Copyright (C) 2009-2017 Dynare Team dnl dnl This file is part of Dynare. dnl @@ -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.62]) -AC_INIT([dynare], [4.5.0]) +AC_INIT([dynare], [4.5.1]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign])