From 42050df52ff80295e1cf64e6ba36b793b09412cf Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 24 Sep 2010 12:02:35 -0400 Subject: [PATCH] fix the version in the makefile :( --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 652b5db..b1b02e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.25 +VERSION = 0.27 RELEASE = 1 PYTHON = /usr/bin/python -- 2.39.2