Version set to "git"

This commit is contained in:
Guillaume Ayoub 2012-08-03 14:37:40 +02:00
parent 0cf9b92ce7
commit 7d06d1b4d5

View File

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, log, storage, xmlutils
VERSION = "0.7.1"
VERSION = "git"
class HTTPServer(wsgiref.simple_server.WSGIServer, object):