diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2008-12-12 16:36:35 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2008-12-12 16:36:35 (GMT) |
commit | 318f0a4d6bb5074d22a9311020e2af2af09499c6 (patch) | |
tree | 6ad34c7d75d355966065998d1132ded43da4ab60 | |
parent | dac76ef532262b58bc790acdbc221a531eddd1e7 (diff) | |
download | perl-Kolab-318f0a4d6bb5074d22a9311020e2af2af09499c6.tar.gz |
forgot beta1 in two places
-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 e0eeb2f..c40f168 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.1"; +our $KOLAB_BASE_VERSION = "2.2.1.beta1"; # Are current releases cvs based or is this a real release? my $KOLAB_CVS = 0; |