diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-25 22:22:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-25 22:22:30 +0000 |
commit | 8c273ad874bba2ea5fc59211899889a7d6fc1849 (patch) | |
tree | 150456dd9decb302c730d6aa4526b753d5a22c7f | |
parent | 7ceb5c35f2a2a63d3bd14254b8cfd1493298d6ec (diff) |
Update version to 0.9.15 in preparation for making a release
-Erik
-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) |