diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-02-16 05:33:42 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-02-16 05:33:42 (GMT) |
commit | 8be8f2ec46773abf9c28ab7653bdf94a501b3d68 (patch) | |
tree | dde500f290d1897e6cd7a9550b655a53dfe9b47c /lib | |
parent | 65e3577316a7ea4819d5730d4bfe6ecb79a90efe (diff) | |
download | perl-Kolab-8be8f2ec46773abf9c28ab7653bdf94a501b3d68.tar.gz |
Move the perl-kolab sources into their own subdirectory.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kolab.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kolab.pm b/lib/Kolab.pm index f7dc0fe..654834a 100644 --- a/lib/Kolab.pm +++ b/lib/Kolab.pm @@ -59,10 +59,10 @@ our @EXPORT = qw( ); # The Kolab version number for the perl-kolab package -our $KOLAB_BASE_VERSION = "2.3.0"; +our $KOLAB_BASE_VERSION = "2.2.3"; # Are current releases cvs based or is this a real release? -my $KOLAB_CVS = 0; +my $KOLAB_CVS = 1; our $KOLAB_RELEASE = sprintf "%0004d%02d%02d", ((gmtime)[5] + 1900), ((gmtime)[4] + 1), (gmtime)[3]; |