# @(#) MQMBID sn=pkoa-L150203 su=BCAC7F69-80BD-4CA4-AF88-E07D09E380A0 pn=appmsging/ruby/mqlight/lib/mqlight/version.rb # # # Licensed Materials - Property of IBM # # 5725-P60 # # (C) Copyright IBM Corp. 2014 # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with # IBM Corp. # # module Mqlight require 'yaml' def self.load_version_from_yaml YAML.load_file File.expand_path('../../../version.yaml', __FILE__) end VERSION = Mqlight.load_version_from_yaml end