Skip to content

Commit

Permalink
Fixed releaes
Browse files Browse the repository at this point in the history
    * ddsx11/vendors/opendds/brix/opendds/require.rb:
    * exf/brix/exf/require.rb:
  • Loading branch information
jwillemsen committed Nov 9, 2023
1 parent d6c556b commit f68643f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: q }
VERSION = { major: 2, minor: 5, release: 1 }

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: q }
VERSION = { major: 2, minor: 5, release: 1 }

Collection.configure(:exf, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg|
# declare dependency on :ciaox11 collection (forces it to load first)
Expand Down

0 comments on commit f68643f

Please sign in to comment.