diff options
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ # Be sure to update include/features.h when changing this... MAJOR_VERSION:=0 MINOR_VERSION:=9 -SUBLEVEL:=14 +SUBLEVEL:=15 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) |