gunnar: server/perl-kolab/lib Kolab.pm,1.7,1.8

cvs at kolab.org cvs at kolab.org
Thu Oct 18 14:42:00 CEST 2007


Author: gunnar

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

Modified Files:
	Kolab.pm 
Log Message:
Tagging for beta2.

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Kolab.pm	17 Oct 2007 17:57:13 -0000	1.7
+++ Kolab.pm	18 Oct 2007 12:41:58 -0000	1.8
@@ -59,10 +59,10 @@
 );
 
 # The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.2.beta1";
+our $KOLAB_BASE_VERSION = "2.2.beta2";
 
 # 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