diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-22 15:41:46 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-22 15:41:46 +0000 |
commit | aa6ece7553a806b57d88ae27be62d69c32aabc4e (patch) | |
tree | 596363bced74b216285eae525c009f45afcbd905 /Rules.mak | |
parent | 98d4d02bd246faa38e6a10886aca79dd894378bb (diff) |
Bump version number to 0.98
-Erik
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ include $(TOPDIR)Config MAJOR_VERSION=0 -MINOR_VERSION=9.5 +MINOR_VERSION=9.8 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION) LIBNAME=libc.a |