File: version.rb

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

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