gunnar: server/kolabconf/bin kolabconf.in,1.3,1.4

cvs at kolab.org cvs at kolab.org
Mon Aug 13 08:49:43 CEST 2007


Author: gunnar

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

Modified Files:
	kolabconf.in 
Log Message:
Fix version numbering for kolabconf.

Index: kolabconf.in
===================================================================
RCS file: /kolabrepository/server/kolabconf/bin/kolabconf.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- kolabconf.in	2 Aug 2007 06:43:09 -0000	1.3
+++ kolabconf.in	13 Aug 2007 06:49:41 -0000	1.4
@@ -29,8 +29,6 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.1.99';
-
 use Getopt::Std;
 use Sys::Syslog;
 use IO::File;
@@ -46,6 +44,8 @@
 
 getopts('dnh');
 if ($opt_h) {
+    print "kolabconf - Version " . $Kolab::Conf::VERSION;
+    print;
     print <<'EOS';
 Usage: kolabconf [-d] [-n] [-h]
 





More information about the commits mailing list