summaryrefslogtreecommitdiff
path: root/prj_install.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 /prj_install.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 'prj_install.pl')
-rwxr-xr-xprj_install.pl6
1 files changed, 2 insertions, 4 deletions
diff --git a/prj_install.pl b/prj_install.pl
index 43f4186d..c0dc0d61 100755
--- a/prj_install.pl
+++ b/prj_install.pl
@@ -21,10 +21,8 @@ use File::Basename;
# Data Section
# ******************************************************************
-my($insext) = 'ins';
-my($version) = '$Id$';
-$version =~ s/.*\s+(\d+[\.\d]+)\s+.*/$1/;
-
+my($insext) = 'ins';
+my($version) = '1.6';
my(%defaults) = ('header_files' => 1,
'idl_files' => 1,
'inline_files' => 1,