Browse Source

Bump version in preparation for the upcoming release

Eric Andersen 20 years ago
parent
commit
d2d040e102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -61,7 +61,7 @@ HOSTCFLAGS = -O2 -Wall
 # probably leave all this stuff alone.
 MAJOR_VERSION := 0
 MINOR_VERSION := 9
-SUBLEVEL      := 27
+SUBLEVEL      := 28
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 LC_ALL := C