From fd9caab034f2fbd78d7a9ec4ac57cdf4644aac5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 7 Jan 2022 16:33:24 +0100 Subject: [PATCH] Bump version number [skip ci] --- configure.ac | 4 ++-- mex/build/matlab/configure.ac | 4 ++-- mex/build/octave/configure.ac | 4 ++-- preprocessor | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 4522fe0438..f2ff59865d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl Copyright © 2009-2021 Dynare Team +dnl Copyright © 2009-2022 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 <https://www.gnu.org/licenses/>. AC_PREREQ([2.62]) -AC_INIT([dynare], [5.0]) +AC_INIT([dynare], [5.1]) AC_CONFIG_SRCDIR([preprocessor/src/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 2ff7e67b66..c21bc0b284 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 © 2009-2021 Dynare Team +dnl Copyright © 2009-2022 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 <https://www.gnu.org/licenses/>. AC_PREREQ([2.62]) -AC_INIT([dynare], [5.0]) +AC_INIT([dynare], [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 c569bb46bd..e81fabd230 100644 --- 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 © 2009-2021 Dynare Team +dnl Copyright © 2009-2022 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 <https://www.gnu.org/licenses/>. AC_PREREQ([2.62]) -AC_INIT([dynare], [5.0]) +AC_INIT([dynare], [5.1]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) diff --git a/preprocessor b/preprocessor index da9df38aaf..31b563887a 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit da9df38aaf8f872b477331113fdf42ece606cfd5 +Subproject commit 31b563887abd8eb388ff308eafc7b906e7dbbd09 -- GitLab