summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdbadmin <gdbadmin@sourceware.org>2003-10-04 16:26:55 +0000
committergdbadmin <gdbadmin@sourceware.org>2003-10-04 16:26:55 +0000
commit9c38753e278b2a7acbdc7e6f7bcd69da0caedf61 (patch)
tree48fe548ccad14c92f5eaafa73589495a2f83d30a
parent5f83bc986b454b11a461fbac504d3b7fd5aaf2ad (diff)
downloadbinutils-redhat-gdb_6_0-branch.tar.gz
-rwxr-xr-xdjunpack.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/djunpack.bat b/djunpack.bat
index f09f5ed325..bdd2561bb7 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