File: version.rb

package info (click to toggle)
libfeedtools-ruby 0.2.29%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,004 kB
  • ctags: 1,385
  • sloc: ruby: 18,815; sql: 39; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module FeedTools
  module FEED_TOOLS_VERSION #:nodoc:
    MAJOR = 0
    MINOR = 2
    TINY  = 29

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