-Prepare to add svn rev/datecode to --version

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2206 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-19 14:44:35 +00:00
parent 439175c675
commit 1c16855ef5

View File

@ -251,7 +251,9 @@ sub isLinux
#-------------------------------------------------------------------------------
sub Version
{
my $version = "Version 2.1\n";
my $version = "Version 2.1";
#The following tag tells the build script where to append build info
#XCATSVNBUILDSUBHERE
return $version;
}