From d6c556b3a507b34ebf17dc001a4385385ddf6ff7 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 9 Nov 2023 10:39:20 +0100 Subject: [PATCH] Upgrade versions to v2.5.1 --- brix/ciaox11/require.rb | 2 +- ciaox11/versionx11.h | 4 ++-- connectors/psdd4ccm/brix/psdd4ccm/require.rb | 2 +- .../psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb | 2 +- ddsx11/vendors/ndds/brix/ndds/require.rb | 2 +- ddsx11/vendors/opendds/brix/opendds/require.rb | 2 +- exf/brix/exf/require.rb | 2 +- exf/ridlbe/ccmx11/facets/exf4ami/config.rb | 2 +- exf/ridlbe/ccmx11/facets/exf4cc/config.rb | 2 +- exf/ridlbe/ccmx11/facets/exf4dds/config.rb | 2 +- exf/ridlbe/ccmx11/facets/exf4psdd/config.rb | 2 +- exf/ridlbe/ccmx11/facets/exfbase/config.rb | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/brix/ciaox11/require.rb b/brix/ciaox11/require.rb index 670f32a9..0d6ff095 100644 --- a/brix/ciaox11/require.rb +++ b/brix/ciaox11/require.rb @@ -13,7 +13,7 @@ module CIAOX11 TITLE = 'CIAOX11'.freeze DESC = 'BRIX11 CIAOX11 brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 5, release: 1 } Collection.configure(:ciaox11, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :taox11 collection (forces it to load first) diff --git a/ciaox11/versionx11.h b/ciaox11/versionx11.h index 8bf14d9f..bd95332f 100644 --- a/ciaox11/versionx11.h +++ b/ciaox11/versionx11.h @@ -8,5 +8,5 @@ * -------------------------------------------------------------------*/ #define CIAOX11_MAJOR_VERSION 2 #define CIAOX11_MINOR_VERSION 5 -#define CIAOX11_MICRO_VERSION 0 -#define CIAOX11_VERSION "2.5.0" +#define CIAOX11_MICRO_VERSION 1 +#define CIAOX11_VERSION "2.5.1" diff --git a/connectors/psdd4ccm/brix/psdd4ccm/require.rb b/connectors/psdd4ccm/brix/psdd4ccm/require.rb index 2ae5db06..f86217d4 100644 --- a/connectors/psdd4ccm/brix/psdd4ccm/require.rb +++ b/connectors/psdd4ccm/brix/psdd4ccm/require.rb @@ -14,7 +14,7 @@ module PSDD4CCM TITLE = 'PSDD4CCM'.freeze DESC = 'BRIX11 PSDD4CCM brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 5, release: 1 } Collection.configure(:psdd4ccm, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb b/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb index faa725ec..a9a00edb 100644 --- a/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb +++ b/connectors/psdd4ccm/middleware/zmq/brix/psdd4ccm_zmq/require.rb @@ -14,7 +14,7 @@ module PSDD4CCM_ZMQ TITLE = 'PSDD4CCM_ZMQ' DESC = 'BRIX11 PSDD4CCM ZMQ brix collection' COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands" - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 5, release: 1 } Collection.configure(:psdd4ccm_zmq, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :psdd4ccm collection (forces it to load first) diff --git a/ddsx11/vendors/ndds/brix/ndds/require.rb b/ddsx11/vendors/ndds/brix/ndds/require.rb index faa8e29e..1da0af26 100644 --- a/ddsx11/vendors/ndds/brix/ndds/require.rb +++ b/ddsx11/vendors/ndds/brix/ndds/require.rb @@ -14,7 +14,7 @@ module NDDS TITLE = 'DDSX11 NDDS'.freeze DESC = 'BRIX11 NDDS brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 5, release: 1 } Collection.configure(:ndds, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/ddsx11/vendors/opendds/brix/opendds/require.rb b/ddsx11/vendors/opendds/brix/opendds/require.rb index d8a99f41..b4d58dea 100644 --- a/ddsx11/vendors/opendds/brix/opendds/require.rb +++ b/ddsx11/vendors/opendds/brix/opendds/require.rb @@ -14,7 +14,7 @@ module OPENDDS TITLE = 'OPENDDS'.freeze DESC = 'BRIX11 OPENDDS brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 5, release: q } Collection.configure(:opendds, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/exf/brix/exf/require.rb b/exf/brix/exf/require.rb index 21a46eef..f61fdbf7 100644 --- a/exf/brix/exf/require.rb +++ b/exf/brix/exf/require.rb @@ -14,7 +14,7 @@ module ExF TITLE = 'ExF'.freeze DESC = 'BRIX11 ExF brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 5, release: q } Collection.configure(:exf, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg| # declare dependency on :ciaox11 collection (forces it to load first) diff --git a/exf/ridlbe/ccmx11/facets/exf4ami/config.rb b/exf/ridlbe/ccmx11/facets/exf4ami/config.rb index 3699a074..aefe16ef 100644 --- a/exf/ridlbe/ccmx11/facets/exf4ami/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4ami/config.rb @@ -15,7 +15,7 @@ module ExF4AMI ## Configure facet # - Backend::Facet.configure('exf4ami', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4ami', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 1 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exf4cc/config.rb b/exf/ridlbe/ccmx11/facets/exf4cc/config.rb index 918920b2..ee9c305d 100644 --- a/exf/ridlbe/ccmx11/facets/exf4cc/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4cc/config.rb @@ -15,7 +15,7 @@ module ExF4CORBA ## Configure facet # - Backend::Facet.configure('exf4cc', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4cc', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 1 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exf4dds/config.rb b/exf/ridlbe/ccmx11/facets/exf4dds/config.rb index 86047f6f..9e052459 100644 --- a/exf/ridlbe/ccmx11/facets/exf4dds/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4dds/config.rb @@ -15,7 +15,7 @@ module ExF4DDS ## Configure facet # - Backend::Facet.configure('exf4dds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4dds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 1 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb b/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb index e09c18fe..c228bced 100644 --- a/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb +++ b/exf/ridlbe/ccmx11/facets/exf4psdd/config.rb @@ -15,7 +15,7 @@ module ExF4PSDD ## Configure facet # - Backend::Facet.configure('exf4psdd', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exf4psdd', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 1 }) do |fctcfg| # optionally define dependencies on other facets # specify dependencies either as: # - a facet id (assumed to be loaded by current backend) diff --git a/exf/ridlbe/ccmx11/facets/exfbase/config.rb b/exf/ridlbe/ccmx11/facets/exfbase/config.rb index eaea7b0b..6a81b35e 100644 --- a/exf/ridlbe/ccmx11/facets/exfbase/config.rb +++ b/exf/ridlbe/ccmx11/facets/exfbase/config.rb @@ -15,7 +15,7 @@ module ExFBase ## Configure facet # - Backend::Facet.configure('exfbase', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 0 }) do |fctcfg| + Backend::Facet.configure('exfbase', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, release: 1 }) do |fctcfg| def self.add_extended_options(ol) ol.for_switch '-G{generation options}', type: String, separator: true do |swcfg| swcfg.modify_group :exf_group,