From 39b3784a12a677315c93e02b3bc216d94f7afe54 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 3 Jul 2011 10:46:48 +0200 Subject: [PATCH] First try for unit tests for the HTTP server. --- src/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.py b/src/version.py index d21cb0a28..5056eabf8 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-02T11:50:30+0200)' +version = '0.83.4.1+limnoria (2011-07-03T10:46:48+0200)'