gunnar: server/perl-kolab/lib Kolab.pm,1.5,1.6

cvs at kolab.org cvs at kolab.org
Mon Oct 15 15:59:21 CEST 2007


Author: gunnar

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

Modified Files:
	Kolab.pm 
Log Message:
Fix version numbers according to the recent discussion.

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Kolab.pm	8 Oct 2007 15:50:11 -0000	1.5
+++ Kolab.pm	15 Oct 2007 13:59:19 -0000	1.6
@@ -59,7 +59,7 @@
 );
 
 # The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.1.0";
+our $KOLAB_BASE_VERSION = "2.2.beta1";
 
 # Are current releases cvs based or is this a real release?
 my $KOLAB_CVS = 1;
@@ -67,8 +67,8 @@
 our $KOLAB_RELEASE = sprintf "%0004d%02d%02d", ((gmtime)[5] + 1900), ((gmtime)[4] + 1), (gmtime)[3];
 
 if ($KOLAB_CVS) {
-    our $KOLAB_VERSION = $KOLAB_BASE_VERSION . ".cvs";
-    our $VERSION = $KOLAB_VERSION . "-" . $KOLAB_RELEASE;
+    our $KOLAB_VERSION = $KOLAB_BASE_VERSION . "+cvs";
+    our $VERSION = $KOLAB_VERSION . $KOLAB_RELEASE;
 } else {
     our $KOLAB_VERSION = $KOLAB_BASE_VERSION;
     our $VERSION = $KOLAB_VERSION;





More information about the commits mailing list