thomas: server/perl-kolab/lib Kolab.pm,1.26,1.27

cvs at kolab.org cvs at kolab.org
Fri Dec 12 14:33:27 CET 2008


Author: thomas

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

Modified Files:
	Kolab.pm 
Log Message:
bumped version numbers to 2.2.1-beta1


Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Kolab.pm	26 Nov 2008 22:25:22 -0000	1.26
+++ Kolab.pm	12 Dec 2008 13:33:25 -0000	1.27
@@ -59,10 +59,10 @@
 );
 
 # The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.2.0";
+our $KOLAB_BASE_VERSION = "2.2.1";
 
 # 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