diff --git a/README.md b/README.md
index 67f7910f4462e0a9eec82e0384e9fafcc2faa2e2..dac3b9684cfc4abec6d144ff0299b9cd01960a31 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ A number of tools and libraries are needed in order to recompile everything. You
 - [MATLAB](http://www.dynare.org/DynareWiki/BuildingDynareFromSource?action=AttachFile&do=view&target=dynare-mingw64-libs.zip) (if you want to compile MEX for MATLAB)
 - [GNU Octave](http://www.octave.org), with the development headers (if you want to compile MEX for Octave)
 - [Boost libraries](http://www.boost.org), version 1.36 or later
-- [Bison](http://www.gnu.org/software/bison/), version 2.3 or later (only if you get the source through Git)
+- [Bison](http://www.gnu.org/software/bison/), version 2.5 or later (only if you get the source through Git)
 - [Flex](http://flex.sourceforge.net/), version 2.5.4 or later (only if you get the source through Git)
 - [Autoconf](http://www.gnu.org/software/autoconf/), version 2.62 or later (only if you get the source through Git) (see [Installing an updated version of Autoconf in your own directory, in GNU/Linux](http://www.dynare.org/DynareWiki/AutoMake))
 - [Automake](http://www.gnu.org/software/automake/), version 1.11.2 or later (only if you get the source through Git) (see [Installing an updated version of AutoMake in your own directory, in GNU/Linux](http://www.dynare.org/DynareWiki/AutoMake))
diff --git a/preprocessor/DynareBison.yy b/preprocessor/DynareBison.yy
index 30568365f680315f494f2c6761e3b75d4f9925ae..f168f6f969127314d7ff4a275210ab2ef0f5ece8 100644
--- a/preprocessor/DynareBison.yy
+++ b/preprocessor/DynareBison.yy
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2003-2013 Dynare Team
+ * Copyright (C) 2003-2014 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -18,7 +18,7 @@
  */
 
 %skeleton "lalr1.cc"
-%require "2.3"
+%require "2.5"
 %defines
 
 /* Prologue:
diff --git a/preprocessor/macro/MacroBison.yy b/preprocessor/macro/MacroBison.yy
index 20a5c2c349c6bda7f60bc7de6d43273a9d46e48d..aaa32ee0cb68c897cb3ead391b441c6dd46bc707 100644
--- a/preprocessor/macro/MacroBison.yy
+++ b/preprocessor/macro/MacroBison.yy
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2008-2013 Dynare Team
+ * Copyright (C) 2008-2014 Dynare Team
  *
  * This file is part of Dynare.
  *
@@ -18,7 +18,7 @@
  */
 
 %skeleton "lalr1.cc"
-%require "2.3"
+%require "2.5"
 %defines
 
 /* Prologue: