# File lib/mp3info/id3v2.rb, line 208 def version if @version_maj && @version_min "2.#{@version_maj}.#{@version_min}" else nil end end