diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 9ab11fa49..6f93ca382 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -251,7 +251,9 @@ sub isLinux #------------------------------------------------------------------------------- sub Version { - my $version = "Version 2.1\n"; + my $version = "Version 2.1"; +#The following tag tells the build script where to append build info +#XCATSVNBUILDSUBHERE return $version; }