diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 6f93ca382..cc1f48c6a 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -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; }