diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-08 15:54:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-08 15:54:14 +0000 |
commit | a7b545c4bc2d46ad1489d87d569ff451c487be37 (patch) | |
tree | cbf5cf96a3147b5541a455d42c1096bda9b03f78 | |
parent | f0f4b35394fd1ecf15e2b7172ef0a313eb258d2d (diff) |
Bump version to 0.9.13
-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:=12 +SUBLEVEL:=13 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) |