From ef521882cc5d494a926dfa0a431c4809bbd9d667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Tue, 2 Feb 2010 18:23:31 +0100 Subject: [PATCH] Fixed 4.2 version numbers --- mex/build/matlab/configure.ac | 2 +- mex/build/octave/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mex/build/matlab/configure.ac b/mex/build/matlab/configure.ac index 5200c5e84..0b854aa09 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 . AC_PREREQ([2.61]) -AC_INIT([dynare], [4.1-unstable]) +AC_INIT([dynare], [4.2-unstable]) 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 49ce6134a..59d043cf2 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 . AC_PREREQ([2.61]) -AC_INIT([dynare], [4.1-unstable]) +AC_INIT([dynare], [4.2-unstable]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])