From: gdbadmin Date: Sat, 4 Oct 2003 16:26:55 +0000 (+0000) Subject: GB 6.0. X-Git-Tag: gdb_6_0-2003-10-04-release~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd273e08e3b4080b721e8fdef29f3d0a94cac76;p=thirdparty%2Fbinutils-gdb.git GB 6.0. --- diff --git a/djunpack.bat b/djunpack.bat index f09f5ed3251..bdd2561bb74 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