diff --git a/configure.ac b/configure.ac
index c28b4ccfbf7810d73d390fdda409ed2ac0a09bad..c0172787473c2cf6f1d13bc5070c358d6723df58 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.1.2])
+AC_INIT([dynare], [4.1.3])
 AC_CONFIG_SRCDIR([preprocessor/DynareMain.cc])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 
diff --git a/doc/manual.xml b/doc/manual.xml
index eff7e749678b028afcaa1c5ea51c2b6ee2f9f18d..3b19fef08021d94a650b1c70fcce47b08865205f 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -3,7 +3,7 @@
 <book>
   <bookinfo>
     <title>Dynare Manual</title>
-    <subtitle>Version 4.1.2</subtitle>
+    <subtitle>Version 4.1.3</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 f7f2a6e8a960da3abdc0178dfeca72b3f1861d43..0073105b12f4c054b61aeb885b0323d36a9609ac 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.1.2])
+AC_INIT([dynare], [4.1.3])
 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 2b8ccc6b6177953cbe3125dcc0389269b3fe59c6..87a75fe67f2e597c53aba5043329fb78b54110bb 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.1.2])
+AC_INIT([dynare], [4.1.3])
 AC_CONFIG_SRCDIR([configure.ac])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])