File: version.rb

package info (click to toggle)
ruby-htmlentities 4.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: ruby: 2,235; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
class HTMLEntities
  module VERSION #:nodoc:
    MAJOR = 4
    MINOR = 3
    TINY  = 3

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