thomas: server/perl-kolab/lib Kolab.pm,1.17,1.18

cvs at kolab.org cvs at kolab.org
Wed May 21 17:23:33 CEST 2008


Author: thomas

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

Modified Files:
	Kolab.pm 
Log Message:
Bumped version numbers to 2.2-rc3


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Kolab.pm	17 Mar 2008 14:23:15 -0000	1.17
+++ Kolab.pm	21 May 2008 15:23:31 -0000	1.18
@@ -59,10 +59,10 @@
 );
 
 # The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.2.rc2";
+our $KOLAB_BASE_VERSION = "2.2.rc3";
 
 # 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