From 9ff54072d29c1d885d0f0dc34c2ab8851099cc07 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Fri, 1 Aug 2008 01:46:15 +0200 Subject: [PATCH] Use the VERSION from the module, not the command line client --- bin/cil | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/cil b/bin/cil index 59cae11..39db797 100755 --- a/bin/cil +++ b/bin/cil @@ -39,8 +39,6 @@ use CIL::Attachment; my $y = 'y'; -use constant VERSION => '0.5.1'; - my @IN_OPTS = ( # strings 'p=s', # p = path @@ -84,7 +82,7 @@ my %BOOLEAN_ARGS = ( # do the version and help if ( exists $args->{version} ) { - print "cil version ".VERSION."\n"; + print "cil version " . $CIL::VERSION . "\n"; exit; } -- 2.39.5