# File lib/packaging/util/version.rb, line 216
    def is_odd?
      return TRUE if get_dash_version.match(/^\d+\.(\d+)\.\d+/)[1].to_i.odd?
      return FALSE
    end