-Update the versioning in -v to be 2.1.1 in trunk

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2528 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-12-02 18:21:15 +00:00
parent 243772975c
commit bdfe1bcef4

View File

@ -260,9 +260,9 @@ sub Version
#The following tag tells the build script where to append build info
my $version=shift;
if ($version eq 'short') {
$version = "2.1";
$version = "2.1.1";
} else {
$version = "Version 2.1"#XCATSVNBUILDSUBHERE
$version = "Version 2.1.1"#XCATSVNBUILDSUBHERE
}
;
return $version;