root/trunk/lib/picolena/version.rb

Revision 331, 148 bytes (checked in by eric.dumin..@gmail.com, 7 months ago)

Now working on 0.1.9

Line 
1 module Picolena #:nodoc:
2   module VERSION #:nodoc:
3     MAJOR = 0
4     MINOR = 1
5     TINY  = 9
6
7     STRING = [MAJOR, MINOR, TINY].join('.')
8   end
9 end
Note: See TracBrowser for help on using the browser.