Browse Source

Update version to 0.9.15 in preparation for making a release
-Erik

Eric Andersen 22 years ago
parent
commit
8c273ad874
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

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