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:
authorAndrew Cagney <cagney@gnu.org>2000-05-18 08:44:35 +0400
committerAndrew Cagney <cagney@gnu.org>2000-05-18 08:44:35 +0400
commit1ef4b1cfd3acde83f4f4ff323f4f8127feed64c1 (patch)
treeb213bba8eef02eaa479bd4698f1a60ae75ba6cb0
parente9273f63e259070270431048a945e32812d99b94 (diff)
-rwxr-xr-xdjunpack.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/djunpack.bat b/djunpack.bat
index 0aa6a9940..f09f5ed32 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-4.95.1
-if "%GDBVER%"=="gdb-4.95.1" GoTo EnvOk
+set GDBVER=gdb-5.0
+if "%GDBVER%"=="gdb-5.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