diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-12 11:08:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-12 11:08:38 +0000 |
commit | 66ec482f2f57460e796b82e570bd143f5db04b1d (patch) | |
tree | eed92db23fb41d4adf4ca81d41df94f37dde08df /Rules.mak | |
parent | d20b48de93d4cbcc0074b6c57c96bde1c8169fb1 (diff) |
Update to version 0.9.14
-Erik
Diffstat (limited to 'Rules.mak')
-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:=13 +SUBLEVEL:=14 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) |