Skip to content

Commit

Permalink
Upgrade versions to v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Nov 9, 2023
1 parent 90a0ca4 commit d6c556b
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion brix/ciaox11/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions ciaox11/versionx11.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion connectors/psdd4ccm/brix/psdd4ccm/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ddsx11/vendors/ndds/brix/ndds/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ddsx11/vendors/opendds/brix/opendds/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion exf/brix/exf/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion exf/ridlbe/ccmx11/facets/exf4ami/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion exf/ridlbe/ccmx11/facets/exf4cc/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion exf/ridlbe/ccmx11/facets/exf4dds/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion exf/ridlbe/ccmx11/facets/exf4psdd/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion exf/ridlbe/ccmx11/facets/exfbase/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6c556b

Please sign in to comment.