Browse Source

Bump version to 0.9.13

Eric Andersen 22 years ago
parent
commit
a7b545c4bc
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:=12
+SUBLEVEL:=13
 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)