##// END OF EJS Templates
Merged Git support branch (r1200 to r1226)....
Merged Git support branch (r1200 to r1226). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1236 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r962:6d9490ddcc9c
r1222:3a9b0988c751
Show More
version.rb
9 lines | 147 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
Merged Rails 2.0 compatibility changes....
r962 module ActionWebService
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end
end