diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-05-02 13:11:38 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-05-02 13:11:38 (GMT) |
commit | d632ec4a02478ec3109a4a4160f6cd449c0a37e4 (patch) | |
tree | 30e0bf83528b5816d544b229aa55ba3f491a84c9 | |
parent | 1966ae954de11ccd107eee10268c617bfbc52e6f (diff) | |
download | perl-Kolab-d632ec4a02478ec3109a4a4160f6cd449c0a37e4.tar.gz |
Bump version to 2.3.1 and snapshot this version of the codebase
-rw-r--r-- | lib/Kolab.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab.pm b/lib/Kolab.pm index fa8c61a..dd814f0 100644 --- a/lib/Kolab.pm +++ b/lib/Kolab.pm @@ -59,7 +59,7 @@ our @EXPORT = qw( ); # The Kolab version number for the perl-kolab package -our $KOLAB_BASE_VERSION = "2.3"; +our $KOLAB_BASE_VERSION = "2.3.1"; # Are current releases cvs based or is this a real release? my $KOLAB_GIT = 1; |