]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
GB 6.0.
authorgdbadmin <gdbadmin@sourceware.org>
Sat, 4 Oct 2003 16:26:55 +0000 (16:26 +0000)
committergdbadmin <gdbadmin@sourceware.org>
Sat, 4 Oct 2003 16:26:55 +0000 (16:26 +0000)
djunpack.bat

index f09f5ed3251f20ec1acf824eae0720bf547410a7..bdd2561bb74b86211b5f461c704c59e69cd4fb95 100755 (executable)
@@ -17,8 +17,8 @@ Rem
 Rem The following 2 lines need to be changed with each new GDB release, to\r
 Rem be identical to the name of the top-level directory where the GDB\r
 Rem distribution unpacks itself.\r
-set GDBVER=gdb-5.0\r
-if "%GDBVER%"=="gdb-5.0" GoTo EnvOk\r
+set GDBVER=gdb-6.0\r
+if "%GDBVER%"=="gdb-6.0" GoTo EnvOk\r
 Rem If their environment space is too small, re-exec with a larger one\r
 command.com /e:4096 /c %0 %1\r
 GoTo End\r