# encoding: utf-8 # This file is distributed under Ting Yun's license terms. module TingYun module VERSION MAJOR = 1 MINOR = 1 TINY = 4 TINY2 = 1 STRING = [MAJOR, MINOR, TINY, TINY2].compact.join('.') end end