]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Bump version number
authorAndrew Cagney <cagney@redhat.com>
Thu, 18 May 2000 04:44:54 +0000 (04:44 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 18 May 2000 04:44:54 +0000 (04:44 +0000)
djunpack.bat
gdb/Makefile.in

index 0aa6a994018243984d1b3f9b0921d8ec12f96cb0..f09f5ed3251f20ec1acf824eae0720bf547410a7 100755 (executable)
@@ -17,8 +17,8 @@ Rem
 Rem The following 2 lines need to be changed with each new GDB release, to\r
 Rem be identical to the name of the top-level directory where the GDB\r
 Rem distribution unpacks itself.\r
-set GDBVER=gdb-4.95.1\r
-if "%GDBVER%"=="gdb-4.95.1" GoTo EnvOk\r
+set GDBVER=gdb-5.0\r
+if "%GDBVER%"=="gdb-5.0" GoTo EnvOk\r
 Rem If their environment space is too small, re-exec with a larger one\r
 command.com /e:4096 /c %0 %1\r
 GoTo End\r
index 5c8525715395e954255e98f069aa2c6c0c306678..3bce3f4b5d401e2a9eabaad8698a325370082c54 100644 (file)
@@ -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