diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-07-05 20:15:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-07-05 20:15:38 +0000 |
commit | e3c51c27098bbb8989c3d6c14fbc09af5ca06103 (patch) | |
tree | f5a09b801106d6397793715c17bbf3726b89fe52 /Rules.mak | |
parent | 7a895bea22655beb486319922d55d3eda681e18e (diff) |
bump the version, in preparation for actually cutting a release
at some point in the relatively near future.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_SOURCE # Now config hard core MAJOR_VERSION := 0 MINOR_VERSION := 9 -SUBLEVEL := 28 +SUBLEVEL := 29 VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. LC_ALL := C |