summaryrefslogtreecommitdiff
path: root/combine_dsw.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 /combine_dsw.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 'combine_dsw.pl')
-rwxr-xr-xcombine_dsw.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/combine_dsw.pl b/combine_dsw.pl
index 454c260f..43a2dc67 100755
--- a/combine_dsw.pl
+++ b/combine_dsw.pl
@@ -21,8 +21,7 @@ use File::Basename;
# Data Section
# ******************************************************************
-my($version) = '$Id$';
-$version =~ s/.*\s+(\d+[\.\d]+)\s+.*/$1/;
+my($version) = '1.3';
# ******************************************************************
# Subroutine Section