From 3d08b64cf1f0e497240d2d406da9bff4d8f88d96 Mon Sep 17 00:00:00 2001 From: jbjohnso <jbjohnso@8638fb3e-16cb-4fca-ae20-7b5d299a9bcd> Date: Fri, 19 Sep 2008 15:27:06 +0000 Subject: [PATCH] -Change the place for the build script to modify git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2207 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }