aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc/Logo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/Zinc/Logo.pm')
-rw-r--r--Perl/Zinc/Logo.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Perl/Zinc/Logo.pm b/Perl/Zinc/Logo.pm
index 486c904..276ebaf 100644
--- a/Perl/Zinc/Logo.pm
+++ b/Perl/Zinc/Logo.pm
@@ -3,7 +3,7 @@ package Tk::Zinc::Logo;
#---------------------------------------------------------------
#
# Module : Logo.pm
-# $Id$
+# $Id: Logo.pm 1156 2003-09-15 12:25:06Z mertz $
#
# Copyright (C) 2001-2003
# Centre d'Études de la Navigation Aérienne
@@ -12,7 +12,7 @@ package Tk::Zinc::Logo;
#---------------------------------------------------------------
use vars qw( $VERSION );
-($VERSION) = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+($VERSION) = sprintf("%d.%02d", q$Revision: 1156 $ =~ /(\d+)\.(\d+)/);
use strict;
use Carp;