thomas: server/perl-kolab/lib Kolab.pm,1.15,1.16

cvs at kolab.org cvs at kolab.org
Thu Mar 13 14:59:39 CET 2008


Author: thomas

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

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


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Kolab.pm	5 Mar 2008 18:10:09 -0000	1.15
+++ Kolab.pm	13 Mar 2008 13:59:37 -0000	1.16
@@ -59,10 +59,10 @@
 );
 
 # The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.2.rc1";
+our $KOLAB_BASE_VERSION = "2.2.rc2";
 
 # 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