File: version.rb

package info (click to toggle)
ruby-polyglot 0.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80 kB
  • sloc: ruby: 71; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module Polyglot #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 3
    TINY  = 3

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end