File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ options = configure = distclean = lambda p: None
77
88def build (bld ):
99 modArgs = globals ()
10- modArgs ['SIX_VERSION ' ] = bld .env ['SIX_VERSION' ]
10+ modArgs ['VERSION ' ] = bld .env ['SIX_VERSION' ]
1111 bld .module (** modArgs )
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ options = configure = distclean = lambda p: None
77
88def build (bld ):
99 modArgs = globals ()
10- modArgs ['SIX_VERSION ' ] = bld .env ['SIX_VERSION' ]
10+ modArgs ['VERSION ' ] = bld .env ['SIX_VERSION' ]
1111 bld .module (** modArgs )
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ options = configure = distclean = lambda p: None
77
88def build (bld ):
99 modArgs = globals ()
10- modArgs ['SIX_VERSION ' ] = bld .env ['SIX_VERSION' ]
10+ modArgs ['VERSION ' ] = bld .env ['SIX_VERSION' ]
1111 bld .module (** modArgs )
1212
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ options = configure = distclean = lambda p: None
99
1010def build (bld ):
1111 modArgs = globals ()
12- modArgs ['SIX_VERSION ' ] = bld .env ['SIX_VERSION' ]
12+ modArgs ['VERSION ' ] = bld .env ['SIX_VERSION' ]
1313 bld .module (** modArgs )
1414
1515 # install the schemas
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ options = configure = distclean = lambda p: None
77
88def build (bld ):
99 modArgs = globals ()
10- modArgs ['SIX_VERSION ' ] = bld .env ['SIX_VERSION' ]
10+ modArgs ['VERSION ' ] = bld .env ['SIX_VERSION' ]
1111 bld .module (** modArgs )
1212
1313 # install the schemas
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ options = configure = distclean = lambda p: None
77
88def build (bld ):
99 modArgs = globals ()
10- modArgs ['SIX_VERSION ' ] = bld .env ['SIX_VERSION' ]
10+ modArgs ['VERSION ' ] = bld .env ['SIX_VERSION' ]
1111 bld .module (** modArgs )
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.7 '
8+ conf .env ['SIX_VERSION' ] = '2.2.8 '
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 , 3 );
38+ const csm::Version SICDSensorModel::VERSION (1 , 1 , 4 );
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 , 3 );
38+ const csm::Version SIDDSensorModel::VERSION (1 , 1 , 4 );
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[] = " MDAUS " ;
41- const char SIXPlugin::RELEASE_DATE[] = " 20161223 " ;
40+ const char SIXPlugin::MANUFACTURER[] = " Radiant Solutions " ;
41+ const char SIXPlugin::RELEASE_DATE[] = " 20180818 " ;
4242const size_t SIXPlugin::SICD_MODEL_INDEX;
4343const size_t SIXPlugin::SIDD_MODEL_INDEX;
4444
You can’t perform that action at this time.
0 commit comments