Change version to 2.0

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@315 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-01-22 19:15:16 +00:00
parent f6e0c25abb
commit c9a971ad5e

View File

@ -523,7 +523,7 @@ sub nodels {
# Version
if ($VERSION) {
my %rsp;
$rsp->{data}->[0]= "1.3";
$rsp->{data}->[0]= "2.0";
$callback->($rsp);
return;
}