File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def options(opt):
55 opt .recurse ()
66
77def configure (conf ):
8- conf .env ['SIX_VERSION' ] = '2.2.9-alpha '
8+ conf .env ['SIX_VERSION' ] = '2.2.9'
99
1010 # This allows us to build XML_DATA_CONTENT statically so that users don't
1111 # have to set NITF_PLUGIN_PATH
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace six
3535{
3636namespace CSM
3737{
38- const csm::Version SICDSensorModel::VERSION (1 , 1 , 4 );
38+ const csm::Version SICDSensorModel::VERSION (1 , 1 , 5 );
3939const char SICDSensorModel::NAME[] = " SICD_SENSOR_MODEL" ;
4040
4141SICDSensorModel::SICDSensorModel (const csm::Isd& isd,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ namespace six
3535{
3636namespace CSM
3737{
38- const csm::Version SIDDSensorModel::VERSION (1 , 1 , 4 );
38+ const csm::Version SIDDSensorModel::VERSION (1 , 1 , 5 );
3939const char SIDDSensorModel::NAME[] = " SIDD_SENSOR_MODEL" ;
4040
4141SIDDSensorModel::SIDDSensorModel (const csm::Isd& isd,
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ namespace six
3737namespace CSM
3838{
3939const char SIXPlugin::PLUGIN_NAME[] = " SIX" ;
40- const char SIXPlugin::MANUFACTURER[] = " Radiant Solutions " ;
41- const char SIXPlugin::RELEASE_DATE[] = " 20180818 " ;
40+ const char SIXPlugin::MANUFACTURER[] = " Maxar " ;
41+ const char SIXPlugin::RELEASE_DATE[] = " 20190916 " ;
4242const size_t SIXPlugin::SICD_MODEL_INDEX;
4343const size_t SIXPlugin::SIDD_MODEL_INDEX;
4444
Original file line number Diff line number Diff line change 11MAINTAINER = 'adam.sylvester@mdaus.com'
2- VERSION = '1.1.2'
32MODULE_DEPS = 'six.sicd six.sidd'
43PLUGIN = 'CSM'
4+ PLUGIN_VERSION = '115'
55REMOVEPLUGINPREFIX = True
66
77import sys , os , re
@@ -46,7 +46,7 @@ def configure(conf):
4646 else :
4747 raise Errors .WafError ('Unsupported platform %s' % sys .platform )
4848
49- pluginVersion = '114 '
49+ pluginVersion = '115 '
5050 if Options .options .csm_version == '3.0.3' :
5151 csmVersion = '303'
5252 else :
You can’t perform that action at this time.
0 commit comments