Set the version to "git" for all git versions.

This commit is contained in:
Guillaume Ayoub 2010-06-05 00:40:56 +02:00
parent cf10493fc0
commit 90de4184bc

View File

@ -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``."""