gunnar: server/perl-kolab/lib Kolab.pm,1.3,1.4

cvs at kolab.org cvs at kolab.org
Wed Aug 15 18:35:21 CEST 2007


Author: gunnar

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

Modified Files:
	Kolab.pm 
Log Message:
Adapt the version numbering to the latest scheme proposed.

Index: Kolab.pm
===================================================================
RCS file: /kolabrepository/server/perl-kolab/lib/Kolab.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Kolab.pm	12 Aug 2007 15:57:15 -0000	1.3
+++ Kolab.pm	15 Aug 2007 16:35:19 -0000	1.4
@@ -67,7 +67,7 @@
 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 $KOLAB_VERSION = $KOLAB_BASE_VERSION . ".cvs";
     our $VERSION = $KOLAB_VERSION . "-" . $KOLAB_RELEASE;
 } else {
     our $KOLAB_VERSION = $KOLAB_BASE_VERSION;





More information about the commits mailing list