diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2010-06-24 12:25:29 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2010-06-24 12:25:29 (GMT) |
commit | 017390d672fa8ecc7fee72d873920cf0c23860ed (patch) | |
tree | 73f287948cf27953348bfe78929ae2a8ce5a5aed | |
parent | 8d977402369f4ba6cc40beb4541f5810b853548a (diff) | |
download | perl-Kolab-017390d672fa8ecc7fee72d873920cf0c23860ed.tar.gz |
Bumped version number for perl-kolab, too2.2.42.2-stable
-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; |