diff --git a/windows/README.txt b/windows/README.txt
index fbe36f10b87671bf3a490bd3d91ecb724c54fbd0..8fd9ee74702bfc169b3d4bfb3103471cc6ded6ac 100644
--- a/windows/README.txt
+++ b/windows/README.txt
@@ -52,10 +52,10 @@ Using Dynare with Octave
 Dynare also works on top of GNU Octave, a free clone of MATLAB® (see
 <https://www.octave.org>).
 
-This version of Dynare is compiled for Octave 8.2.0 (MinGW, 64-bit),
+This version of Dynare is compiled for Octave 8.3.0 (MinGW, 64-bit),
 and may not work with other versions of Octave. The recommended version of
 Octave can be downloaded at:
-  https://ftpmirror.gnu.org/gnu/octave/windows/octave-8.2.0-w64-installer.exe
+  https://ftpmirror.gnu.org/gnu/octave/windows/octave-8.3.0-w64-installer.exe
 
 Every time you run Octave, you should type the following command (assuming that
 you have installed Dynare at the standard location, and replacing ‘x.y’ by
diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk
index 15ea1a36c01455a3511bdbf22d65c6ec0875799d..354bc47bbf9f16fe0a7c1a0a2cff846849da497d 100644
--- a/windows/deps/versions.mk
+++ b/windows/deps/versions.mk
@@ -1,7 +1,7 @@
 SLICOT_VERSION = 5.0+20101122
 X13AS_VERSION = 1-1-b59
 
-OCTAVE_VERSION = 8.2.0
+OCTAVE_VERSION = 8.3.0
 OCTAVE_W64_BUILD =
 
 MATLAB64_VERSION = 20200930
diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index a9f8d9b0b1f128c1ae6bc84343670e34aa3f45d3..76b1ecfbd8006d7a80cc527f3c215731cfb13235 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -105,7 +105,7 @@ Section "MinGW compiler for MATLAB 64-bit"
  File /r deps\mingw64\*
 SectionEnd
 
-Section "MEX files for Octave 8.2.0 (64-bit)"
+Section "MEX files for Octave 8.3.0 (64-bit)"
  SetOutPath $INSTDIR\mex\octave\win64
  File ..\mex\octave\win64\*
 SectionEnd