Set version to 2.0

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@400 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-02-06 16:03:32 +00:00
parent e826d5831f
commit 61057b0002

View File

@ -50,7 +50,7 @@ if ($::HELP) { &usage; exit(0);}
# display the version statement if -v or --verison is specified
if ($::VERSION)
{
print "chtab version 1.0\n";
print "chtab version 2.0\n";
exit(0);
}