Skip to content

Commit de823b7

Browse files
committed
Updating CSM plugin to version 1.1.1
1 parent 6b9e4fc commit de823b7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

projects/csm/source/SICDSensorModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace six
3535
{
3636
namespace CSM
3737
{
38-
const csm::Version SICDSensorModel::VERSION(1, 1, 0);
38+
const csm::Version SICDSensorModel::VERSION(1, 1, 1);
3939
const char SICDSensorModel::NAME[] = "SICD_SENSOR_MODEL";
4040

4141
SICDSensorModel::SICDSensorModel(const csm::Isd& isd,

projects/csm/source/SIDDSensorModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace six
3535
{
3636
namespace CSM
3737
{
38-
const csm::Version SIDDSensorModel::VERSION(1, 1, 0);
38+
const csm::Version SIDDSensorModel::VERSION(1, 1, 1);
3939
const char SIDDSensorModel::NAME[] = "SIDD_SENSOR_MODEL";
4040

4141
SIDDSensorModel::SIDDSensorModel(const csm::Isd& isd,

projects/csm/source/SIXPlugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace six
3737
namespace CSM
3838
{
3939
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";
4242
const size_t SIXPlugin::SICD_MODEL_INDEX;
4343
const size_t SIXPlugin::SIDD_MODEL_INDEX;
4444

projects/csm/wscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MAINTAINER = 'adam.sylvester@gd-ais.com'
2-
VERSION = '1.1.0'
1+
MAINTAINER = 'adam.sylvester@mdaus.com'
2+
VERSION = '1.1.1'
33
MODULE_DEPS = 'six.sicd six.sidd'
44
PLUGIN = 'CSM'
55
REMOVEPLUGINPREFIX = True
@@ -40,7 +40,7 @@ def configure(conf):
4040
else:
4141
raise Errors.WafError('Unsupported platform %s' % sys.platform)
4242

43-
pluginVersion = '110'
43+
pluginVersion = '111'
4444
csmVersion = '301'
4545
conf.env['SIX_CSM_PLATFORM_NAME'] = 'SIX_SAR_MDAIS_' + pluginVersion + '_' + platformName + '_CSM' + csmVersion
4646

0 commit comments

Comments
 (0)