From 1c16855ef51c1e0367e85f6a167c98ba8064a4ef Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 19 Sep 2008 14:44:35 +0000 Subject: [PATCH] -Prepare to add svn rev/datecode to --version git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2206 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }