Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdbadmin <>2003-10-04 20:26:55 +0400
committergdbadmin <>2003-10-04 20:26:55 +0400
commit3237b0ac59705a751e2cacd7efeeacf5a47bc92a (patch)
tree4e0f67ba20d244c419ee4ba1d9d4b34b855e9277
parent57e5f9384a746fb3a39184c28f6e86b15e6b4aa7 (diff)
-rwxr-xr-xdjunpack.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/djunpack.bat b/djunpack.bat
index f09f5ed32..bdd2561bb 100755
--- 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-5.0
-if "%GDBVER%"=="gdb-5.0" GoTo EnvOk
+set GDBVER=gdb-6.0
+if "%GDBVER%"=="gdb-6.0" 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