From 90de4184bcdf6839b0447a5922483d506ab92e28 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 5 Jun 2010 00:40:56 +0200 Subject: [PATCH] Set the version to "git" for all git versions. --- radicale/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/__init__.py b/radicale/__init__.py index 62fb1d01..2eeeaa46 100644 --- a/radicale/__init__.py +++ b/radicale/__init__.py @@ -49,7 +49,7 @@ except ImportError: from radicale import acl, config, ical, xmlutils -VERSION = "0.3-git" +VERSION = "git" def _check(request, function): """Check if user has sufficient rights for performing ``request``."""