-Change the place for the build script to modify

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2207 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-19 15:27:06 +00:00
parent 1c16855ef5
commit 3d08b64cf1

View File

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