summaryrefslogtreecommitdiff
path: root/registry.pl
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-07-14 13:38:32 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-07-14 13:38:32 +0000
commit7feeeb6916d40000a09febe103bcb26f8f6f2d4f (patch)
treec3f5b24bd7113d9158342850ba4f21f931d374da /registry.pl
parentbe085aacc298344854c4f3f0d60fbe79dc04bdac (diff)
downloadMPC-7feeeb6916d40000a09febe103bcb26f8f6f2d4f.tar.gz
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
Diffstat (limited to 'registry.pl')
-rwxr-xr-xregistry.pl16
1 files changed, 7 insertions, 9 deletions
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