From fcb12985c1880b2b3e8ca90a3fceda36265f0688 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr>
Date: Fri, 4 Feb 2011 17:45:54 +0100
Subject: [PATCH] Bump version number

---
 configure.ac                  | 2 +-
 doc/manual.xml                | 2 +-
 mex/build/matlab/configure.ac | 2 +-
 mex/build/octave/configure.ac | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index af3ed1834b..1a24c8cad6 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.61])
-AC_INIT([dynare], [4.2-unstable])
+AC_INIT([dynare], [4.3-unstable])
 AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
diff --git a/doc/manual.xml b/doc/manual.xml
index 0d2c413692..43accd21ac 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -3,7 +3,7 @@
 <book>
   <bookinfo>
     <title>Dynare Manual</title>
-    <subtitle>Version 4.2.0</subtitle>
+    <subtitle>Version 4.3.0</subtitle>
     <author>
       <firstname>Stéphane</firstname><surname>Adjemian</surname>
       <affiliation><orgname>Université du Mans and CEPREMAP</orgname></affiliation>
diff --git a/mex/build/matlab/configure.ac b/mex/build/matlab/configure.ac
index d5e895ebab..43c5e2f51f 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.61])
-AC_INIT([dynare], [4.2-unstable])
+AC_INIT([dynare], [4.3-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 7d0ba3a825..3d6868dafa 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.61])
-AC_INIT([dynare], [4.2-unstable])
+AC_INIT([dynare], [4.3-unstable])
 AC_CONFIG_SRCDIR([configure.ac])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
-- 
GitLab