mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user