From 6b7b39d99ea846d654de7bfeca6cda5aebdd6b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 4 Mar 2014 15:28:01 +0100 Subject: [PATCH] Bump versions number for 4.4.2. --- configure.ac | 2 +- mex/build/matlab/configure.ac | 2 +- mex/build/octave/configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d23cae76d8..e4dd26bf23 100755 --- 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.62]) -AC_INIT([dynare], [4.4.1]) +AC_INIT([dynare], [4.4.2]) 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 ad191784fc..6d5da6da29 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.62]) -AC_INIT([dynare], [4.4.1]) +AC_INIT([dynare], [4.4.2]) 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 bb7616b833..ff3057ad1a 100755 --- 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.62]) -AC_INIT([dynare], [4.4.1]) +AC_INIT([dynare], [4.4.2]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) -- GitLab