summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-11 08:24:58 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-11 08:24:58 +0000
commit539d7c72d00b41e5823edd726a0dc79fd419ee80 (patch)
tree156af12d40c72b054663429f5acc90a9a539d455
parent8701adeb1dddd5459c77fd0ba5e413db6f4d1f35 (diff)
downloadbinutils-redhat-gdb_4_95_1-2000-05-11-snapshot.tar.gz
Bump version to 4.95.1gdb_4_95_1-2000-05-11-snapshot
-rwxr-xr-xdjunpack.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/djunpack.bat b/djunpack.bat
index bf5710fa96..0aa6a99401 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.0
-if "%GDBVER%"=="gdb-4.95.0" GoTo EnvOk
+set GDBVER=gdb-4.95.1
+if "%GDBVER%"=="gdb-4.95.1" 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