Procházet zdrojové kódy

bump the version, in preparation for actually cutting a release
at some point in the relatively near future.

Eric Andersen před 18 roky
rodič
revize
e3c51c2709
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -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