public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
piston / lib / piston / version.rb
100644 10 lines (8 sloc) 0.146 kb
1
2
3
4
5
6
7
8
9
10
module Piston #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 1
    MINOR = 9
    TINY = 4
 
    STRING = [MAJOR, MINOR, TINY].join(".")
  end
end