diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-11 08:25:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-11 08:25:17 +0000 |
commit | 06a91f49f3e52a684fe1567c44f9136f718afd76 (patch) | |
tree | 7e1f3fe65b4c6286e3778417dbd47d6987aa7e74 | |
parent | c0cceafa48116e14fdb39fc2bbd8d5e88ec915c7 (diff) | |
download | binutils-gdb-06a91f49f3e52a684fe1567c44f9136f718afd76.tar.gz |
Bump version to 4.95.1gdb_4_95_1-2000-05-11-snapshot
-rwxr-xr-x | djunpack.bat | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/djunpack.bat b/djunpack.bat index bf5710fa96f..0aa6a994018 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
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 42166be264d..0a220510889 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -311,7 +311,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \ ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) ADD_DEPS = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES) -VERSION = 4.95.0 +VERSION = 4.95.1 DIST=gdb LINT=/usr/5bin/lint |