diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 18:10:57 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 18:10:57 +0000 |
commit | 6281dfd59da54b4adcc2e1cae486f9b4add10a3f (patch) | |
tree | dc89524563238c6e163c4d3a094a7ffd0f3d03cf /gdb/Makefile.dist | |
parent | 1417a2cd1cc1ba983206f37423083fc34525424d (diff) | |
download | gdb-6281dfd59da54b4adcc2e1cae486f9b4add10a3f.zip gdb-6281dfd59da54b4adcc2e1cae486f9b4add10a3f.tar.gz gdb-6281dfd59da54b4adcc2e1cae486f9b4add10a3f.tar.bz2 |
Roll version to 3.95.
Diffstat (limited to 'gdb/Makefile.dist')
-rwxr-xr-x | gdb/Makefile.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.dist b/gdb/Makefile.dist index 66afd17..3acd909 100755 --- a/gdb/Makefile.dist +++ b/gdb/Makefile.dist @@ -103,7 +103,7 @@ CDEPS = ${XM_CDEPS} ${TM_CDEPS} ${BFD_DIR}/libbfd.a \ ADD_FILES = ${REGEX} ${ALLOCA} ${GNU_MALLOC} ADD_DEPS = ${REGEX1} ${ALLOCA1} ${GNU_MALLOC} -VERSION = 3.94.3 +VERSION = 3.95 DIST=gdb-$(VERSION) LINT=/usr/5bin/lint |