repo.or.cz
/
zcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
moving zebra to zebra-broken
[zcc.git]
/
lib
/
zcc
/
version.rb
blob
9ac178b3319e21fe4b3722171cb3389f73c373fb
1
module Zcc #:nodoc:
2
module VERSION #:nodoc:
3
MAJOR = 0
4
MINOR = 0
5
TINY = 4
6
7
STRING = [MAJOR, MINOR, TINY].join('.')
8
end
9
end