gunnar: server/kolabconf/lib/Kolab Conf.pm,1.6,1.7

cvs at kolab.org cvs at kolab.org
Mon Aug 13 09:11:40 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolabconf/lib/Kolab
In directory doto:/tmp/cvs-serv9004/lib/Kolab

Modified Files:
	Conf.pm 
Log Message:
Version numbering fixes for kolabconf.

Index: Conf.pm
===================================================================
RCS file: /kolabrepository/server/kolabconf/lib/Kolab/Conf.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Conf.pm	13 Aug 2007 06:49:41 -0000	1.6
+++ Conf.pm	13 Aug 2007 07:11:38 -0000	1.7
@@ -57,22 +57,6 @@
 
 );
 
-# The Kolab version number for the perl-kolab package
-our $KOLAB_BASE_VERSION = "2.1.0";
-
-# Are current releases cvs based or is this a real release?
-my $KOLAB_CVS = 1;
-
-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;
-} else {
-    our $KOLAB_VERSION = $KOLAB_BASE_VERSION;
-    our $VERSION = $KOLAB_VERSION;
-}
-
 my %templates = ();
 my %ownership = ();
 my %permissions = ();





More information about the commits mailing list