summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-18 04:44:54 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-18 04:44:54 +0000
commitbc4516fb7a956272f180fa6a739cb78a376c97bf (patch)
tree6abc4e4a92bb3916f635fe65b207d4a0e401aa16
parentea495fea601892305affce674f6afe8d099f88ce (diff)
downloadbinutils-gdb-bc4516fb7a956272f180fa6a739cb78a376c97bf.tar.gz
Bump version number
-rwxr-xr-xdjunpack.bat4
-rw-r--r--gdb/Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/djunpack.bat b/djunpack.bat
index 0aa6a994018..f09f5ed3251 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
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 5c852571539..3bce3f4b5d4 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.1
+VERSION = 5.0
DIST=gdb
LINT=/usr/5bin/lint