From bdfe1bcef4ba3acb4012ec3c36764b97750d85bb Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 2 Dec 2008 18:21:15 +0000 Subject: [PATCH] -Update the versioning in -v to be 2.1.1 in trunk git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2528 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 c2071395d..fb54fb1cb 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -260,9 +260,9 @@ sub Version #The following tag tells the build script where to append build info my $version=shift; if ($version eq 'short') { - $version = "2.1"; + $version = "2.1.1"; } else { - $version = "Version 2.1"#XCATSVNBUILDSUBHERE + $version = "Version 2.1.1"#XCATSVNBUILDSUBHERE } ; return $version;