##// END OF EJS Templates
Docs updated for 0.6.4 release....
Docs updated for 0.6.4 release. git-svn-id: http://redmine.rubyforge.org/svn/branches/0.6-stable@1233 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r962:6d9490ddcc9c
r1219:13ec81598b0f 0.6-stable
Show More
version.rb
9 lines | 147 B | text/x-ruby | RubyLexer
module ActionWebService
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end
end