diff options
-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 938038a..6fd32a8 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.2.3"; +our $KOLAB_BASE_VERSION = "2.2.4"; # Are current releases cvs based or is this a real release? my $KOLAB_CVS = 0; |