# %Z% %W% %I% %E% %U% # # # 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