diff --git a/windows/README.txt b/windows/README.txt
index 97e3bb7e16f1c4a86ee35f143c7c1a75e75149c2..6c653b544bc74aa224e3d7f8d4d40cff824b637a 100644
--- a/windows/README.txt
+++ b/windows/README.txt
@@ -57,10 +57,11 @@ Using Dynare with Octave
 Dynare is now available for GNU Octave, a free clone of MATLAB (R) (see
 <http://www.octave.org>).
 
-The recommended Octave distribution is the Octave/MinGW 3.4.3
-precompiled binaries from Octave Forge, available at:
+This version of Dynare is compiled for Octave 3.6.1 (MinGW build), and may not
+work with other versions of Octave. You can download an installer for the right
+version of Octave from the following page:
 
-  http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/Octave%203.4.3%20for%20Windows%20MinGW%20Installer/  
+  http://www.dynare.org/DynareWiki/DynareOctave
 
 Every time you run Octave, you should type the two following commands (assuming
 that you have installed Dynare at the standard location, and replacing '4.x.y'
@@ -77,10 +78,6 @@ You can test your installation by typing 'dynare' at the Octave prompt. This
 should give you an error message complaining that you did not specify a MOD
 file.
 
-For more information about Dynare for Octave, go to:
-
-  http://www.dynare.org/DynareWiki/DynareOctave
-
 
 Dynamic Loadable Libraries
 --------------------------
diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index cf450fd7298ed026b0e43b27981b57f64ece9676..3b726aa02fa5c74afaf5a3124c48cbcdd939f4c1 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -108,7 +108,7 @@ SectionEnd
 
 SectionGroupEnd
 
-Section "MEX files for Octave 3.4.3 (MinGW build)"
+Section "MEX files for Octave 3.6.1 (MinGW build)"
  SetOutPath $INSTDIR\mex\octave
  File ..\mex\octave\*.mex ..\mex\octave\*.oct
 SectionEnd