From 7feeeb6916d40000a09febe103bcb26f8f6f2d4f Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 14 Jul 2006 13:38:32 +0000 Subject: With the upcoming switch over to subversion, the version code using $Id$ will not work anymore. We will have to keep track of the version ourselves --- registry.pl | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'registry.pl') diff --git a/registry.pl b/registry.pl index d93ac751..538e3b66 100755 --- a/registry.pl +++ b/registry.pl @@ -25,15 +25,13 @@ my($Registry) = undef; my($MPC_ROOT) = $FindBin::Bin; $MPC_ROOT =~ s!/!\\!g; -my($version) = '$Id$'; -$version =~ s/.*\s+(\d+[\.\d]+)\s+.*/$1/; - -my(%types) = ('nmake' => 'NMAKE', - 'bmake' => 'Borland Make', - 'vc6' => 'DSW', - 'vc71' => 'SLN 7.1', - 'vc8' => 'SLN 8.0', - ); +my($version) = '1.2'; +my(%types) = ('nmake' => 'NMAKE', + 'bmake' => 'Borland Make', + 'vc6' => 'DSW', + 'vc71' => 'SLN 7.1', + 'vc8' => 'SLN 8.0', + ); # ****************************************************************** # Subroutine Section -- cgit v1.2.1