Skip to content

Commit

Permalink
Increment version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Nov 6, 2023
1 parent 33718b3 commit 9470ec6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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: 6, release: 0 }

Collection.configure(:ciaox11, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg|
# declare dependency on :taox11 collection (forces it to load first)
Expand Down
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: 6, release: 0 }

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: 6, release: 0 }

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: 6, release: 0 }

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: 6, release: 0 }

Collection.configure(:opendds, 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 @@ -16,7 +16,7 @@ module OPENDDS

## Configure facet
#
Backend::Facet.configure('dds4opendds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 1, minor: 0, release: 0 }) do |fctcfg|
Backend::Facet.configure('dds4opendds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 6, release: 0 }) 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/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: 6, release: 0 }

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: 6, release: 0 }) 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: 6, release: 0 }) 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: 6, release: 0 }) 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: 6, release: 0 }) 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: 6, release: 0 }) 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 9470ec6

Please sign in to comment.