Skip to content

Commit

Permalink
Merge pull request #399 from jwillemsen/jwi-exfridlbeversions
Browse files Browse the repository at this point in the history
Update version of all ExF facets
  • Loading branch information
jwillemsen committed Jul 14, 2023
2 parents a9b40e6 + ce5e6b0 commit 58fd75a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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: 0, minor: 1, release: 1 }) do |fctcfg|
Backend::Facet.configure('exf4ami', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, 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: 0, minor: 1, release: 1 }) do |fctcfg|
Backend::Facet.configure('exf4cc', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, 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: 0, minor: 1, release: 1 }) do |fctcfg|
Backend::Facet.configure('exf4dds', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, 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: 0, minor: 1, release: 1 }) do |fctcfg|
Backend::Facet.configure('exf4psdd', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, 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: 0, minor: 1, release: 1 }) do |fctcfg|
Backend::Facet.configure('exfbase', File.dirname(__FILE__), TITLE, COPYRIGHT, { major: 2, minor: 5, 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 58fd75a

Please sign in to comment.