scstadmin: Ensure that the version number can be parsed from inside Makefile.PL

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4988 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-09-06 06:39:25 +00:00
parent 1d160d287e
commit 6b6bcca4c8
2 changed files with 2 additions and 2 deletions
@@ -43,7 +43,7 @@ $IOTYPE_PHYSICAL = 100;
$IOTYPE_VIRTUAL = 101;
$IOTYPE_PERFORMANCE = 102;
$VERSION = 0.8.22;
$VERSION = '0.8.22';
my $_SCST_MIN_MAJOR_ = 2;
my $_SCST_MIN_MINOR_ = 0;
@@ -289,7 +289,7 @@ use vars qw(@ISA @EXPORT $VERSION);
use vars qw($TGT_TYPE_HARDWARE $TGT_TYPE_VIRTUAL);
$VERSION = 0.9.10;
$VERSION = '0.9.10';
$TGT_TYPE_HARDWARE = 1;
$TGT_TYPE_VIRTUAL = 2;