diff --git a/configure.ac b/configure.ac index ea6807749d1f5c2ef32735c38b1d61536c0d70db..3d31edcbae30367ba6c78674110349e2205aca7e 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.1.0]) +AC_INIT([dynare], [4.1.1]) 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 7bb918a99994cce488b6c3b68eacbeaab5b0d2ee..4132f54b5cfd4408e09dcf8f24d25258a3f97290 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.1-unstable]) +AC_INIT([dynare], [4.1.1]) 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 49ce6134aefc266895f23ee93b2e4ab8b3670ef2..9a4f74a75c30b553cf8caf649d348ca99ad34e83 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.1-unstable]) +AC_INIT([dynare], [4.1.1]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])