summaryrefslogtreecommitdiff
path: root/clone_build_tree.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 /clone_build_tree.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 'clone_build_tree.pl')
-rwxr-xr-xclone_build_tree.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index 10e6999c..f9aa7c8a 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -36,8 +36,7 @@ my($exclude) = undef;
my($verbose) = 0;
my($lbuildf) = 0;
my(@foundFiles) = ();
-my($version) = '$Id$';
-$version =~ s/.*\s+(\d+[\.\d]+)\s+.*/$1/;
+my($version) = '1.14';
eval 'symlink("", "");';
my($hasSymlink) = ($@ eq '');