public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
Search Repo:
evilchelu (author)
Thu May 01 05:30:49 -0700 2008
commit  acbeb9a153e6596de9c5080876d092761c39b68f
tree    d4247829e8505c1cdedf5ac490244786e2945852
parent  ff54b7afe1348388e35e021d4dbe0043fecaec40
braid / lib / braid / version.rb
100644 9 lines (8 sloc) 0.145 kb
1
2
3
4
5
6
7
8
9
module Braid #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 4
    TINY = 0
 
    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end