File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace six
35
35
{
36
36
namespace CSM
37
37
{
38
- const csm::Version SICDSensorModel::VERSION (1 , 1 , 0 );
38
+ const csm::Version SICDSensorModel::VERSION (1 , 1 , 1 );
39
39
const char SICDSensorModel::NAME[] = " SICD_SENSOR_MODEL" ;
40
40
41
41
SICDSensorModel::SICDSensorModel (const csm::Isd& isd,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace six
35
35
{
36
36
namespace CSM
37
37
{
38
- const csm::Version SIDDSensorModel::VERSION (1 , 1 , 0 );
38
+ const csm::Version SIDDSensorModel::VERSION (1 , 1 , 1 );
39
39
const char SIDDSensorModel::NAME[] = " SIDD_SENSOR_MODEL" ;
40
40
41
41
SIDDSensorModel::SIDDSensorModel (const csm::Isd& isd,
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ namespace six
37
37
namespace CSM
38
38
{
39
39
const char SIXPlugin::PLUGIN_NAME[] = " SIX" ;
40
- const char SIXPlugin::MANUFACTURER[] = " GDAIS " ;
41
- const char SIXPlugin::RELEASE_DATE[] = " 20140818 " ;
40
+ const char SIXPlugin::MANUFACTURER[] = " MDAUS " ;
41
+ const char SIXPlugin::RELEASE_DATE[] = " 20150703 " ;
42
42
const size_t SIXPlugin::SICD_MODEL_INDEX;
43
43
const size_t SIXPlugin::SIDD_MODEL_INDEX;
44
44
Original file line number Diff line number Diff line change 1
- MAINTAINER = 'adam.sylvester@gd-ais .com'
2
- VERSION = '1.1.0 '
1
+ MAINTAINER = 'adam.sylvester@mdaus .com'
2
+ VERSION = '1.1.1 '
3
3
MODULE_DEPS = 'six.sicd six.sidd'
4
4
PLUGIN = 'CSM'
5
5
REMOVEPLUGINPREFIX = True
@@ -40,7 +40,7 @@ def configure(conf):
40
40
else :
41
41
raise Errors .WafError ('Unsupported platform %s' % sys .platform )
42
42
43
- pluginVersion = '110 '
43
+ pluginVersion = '111 '
44
44
csmVersion = '301'
45
45
conf .env ['SIX_CSM_PLATFORM_NAME' ] = 'SIX_SAR_MDAIS_' + pluginVersion + '_' + platformName + '_CSM' + csmVersion
46
46
You can’t perform that action at this time.
0 commit comments