thomas: server/kolabconf Makefile.PL,1.17,1.18

cvs at kolab.org cvs at kolab.org
Mon Feb 4 15:24:29 CET 2008


Author: thomas

Update of /kolabrepository/server/kolabconf
In directory doto:/tmp/cvs-serv1914/kolabconf

Modified Files:
	Makefile.PL 
Log Message:
Bumped version numbers to 2.2-rc1


Index: Makefile.PL
===================================================================
RCS file: /kolabrepository/server/kolabconf/Makefile.PL,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.PL	2 Jan 2008 15:36:52 -0000	1.17
+++ Makefile.PL	4 Feb 2008 14:24:27 -0000	1.18
@@ -9,10 +9,10 @@
 my $KOLAB_VERSION;
 
 # The Kolab version number for the perl-kolab package
-my $KOLAB_BASE_VERSION = "2.2.beta3";
+my $KOLAB_BASE_VERSION = "2.2.rc1";
 
 # Are current releases cvs based or is this a real release?
-my $KOLAB_CVS = 1;
+my $KOLAB_CVS = 0;
 
 my $KOLAB_RELEASE = sprintf "%0004d%02d%02d", ((gmtime)[5] + 1900), ((gmtime)[4] + 1), (gmtime)[3];
 





More information about the commits mailing list