From f0c39b461e8307292ae73df702897424f07cea8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Fri, 23 Jul 2021 15:48:17 +0200 Subject: [PATCH] Bump version number --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 20dec928..af627a96 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-2019 Dynare Team +dnl Copyright © 2009-2021 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 . AC_PREREQ([2.62]) -AC_INIT([dynare-preprocessor], [4.7-unstable]) +AC_INIT([dynare-preprocessor], [4.8-unstable]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/DynareMain.cc]) AM_INIT_AUTOMAKE([1.11 -Wall -Wno-portability foreign no-dist-gzip dist-xz tar-pax])