From 1c71086c5a080f3ece6b142a4185f10e57e83493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 7 Sep 2020 17:13:48 +0200 Subject: [PATCH] Bump version number [skip ci] --- configure.ac | 2 +- mex/build/matlab/configure.ac | 2 +- mex/build/octave/configure.ac | 2 +- preprocessor | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 1c2c1e9717..ac90d60932 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.62]) -AC_INIT([dynare], [4.6.2]) +AC_INIT([dynare], [4.6.3]) 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 135fd6b812..0cd4563cde 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.6.2]) +AC_INIT([dynare], [4.6.3]) 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 21365a6ac8..5955061ce6 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.62]) -AC_INIT([dynare], [4.6.2]) +AC_INIT([dynare], [4.6.3]) AC_CONFIG_SRCDIR([configure.ac]) AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) diff --git a/preprocessor b/preprocessor index 553c26337d..b1779a95c3 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 553c26337d457dfcedee2c4fce0bbfb8ed349f6b +Subproject commit b1779a95c3d81042ebb44668b9676e71ea640e25 -- GitLab