Index: djunpack.bat |
diff --git a/djunpack.bat b/djunpack.bat |
index 7dc14893e93f52ab08ec0c9afebf806c2c051747..0566c1d346572cf4d518b2bdb3821334cb9db07b 100644 |
--- a/djunpack.bat |
+++ b/djunpack.bat |
@@ -17,8 +17,8 @@ Rem |
Rem The following 2 lines need to be changed with each new GDB release, to |
Rem be identical to the name of the top-level directory where the GDB |
Rem distribution unpacks itself. |
-set GDBVER=gdb-7.4.1 |
-if "%GDBVER%"=="gdb-7.4.1" GoTo EnvOk |
+set GDBVER=gdb-7.5.1 |
+if "%GDBVER%"=="gdb-7.5.1" GoTo EnvOk |
Rem If their environment space is too small, re-exec with a larger one |
command.com /e:4096 /c %0 %1 |
GoTo End |