thomas: server/perl-kolab/lib Kolab.pm,1.19,1.20

cvs at kolab.org cvs at kolab.org
Wed Jul 9 17:07:06 CEST 2008


Author: thomas

Update of /kolabrepository/server/perl-kolab/lib
In directory doto:/tmp/cvs-serv1147/perl-kolab/lib

Modified Files:
	Kolab.pm 
Log Message:
Bumped version numbers to 2.2.0


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Kolab.pm	26 May 2008 14:49:25 -0000	1.19
+++ Kolab.pm	9 Jul 2008 15:07:04 -0000	1.20
@@ -59,10 +59,10 @@
 );
 
 # The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.2.rc3";
+our $KOLAB_BASE_VERSION = "2.2.0";
 
 # Are current releases cvs based or is this a real release?
-my $KOLAB_CVS = 1;
+my $KOLAB_CVS = 0;
 
 our $KOLAB_RELEASE = sprintf "%0004d%02d%02d", ((gmtime)[5] + 1900), ((gmtime)[4] + 1), (gmtime)[3];
 





More information about the commits mailing list