diff --git a/perl-xCAT/xCAT/PPCboot.pm b/perl-xCAT/xCAT/PPCboot.pm index f2991798d..1f5b9e776 100644 --- a/perl-xCAT/xCAT/PPCboot.pm +++ b/perl-xCAT/xCAT/PPCboot.pm @@ -21,7 +21,6 @@ sub parse_args { my %opt = (); my $cmd = $request->{command}; my $args = $request->{arg}; - my @VERSION = qw( 2.1 ); ############################################# # Responds with usage statement @@ -60,7 +59,8 @@ sub parse_args { # Option -v for version #################################### if ( exists( $opt{v} )) { - return( \@VERSION ); + my $version = xCAT::Utils->Version(); + return ([$version]); } if ( exists( $opt{s} ) ){