From a900ddc0bc93714a22d219623bf65d6ac10be71f Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 20 Feb 2009 19:12:14 -0500 Subject: there was a trailing space on the version --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75ae2b5..5d43fa0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ -VERSION = 0.24 +VERSION = 0.24 RELEASE = 4 -NEWRELEASE = $(shell echo $$(($(RELEASE) + 1))) PYTHON = /usr/bin/python MESSAGESPOT=po/messages.pot -- cgit