lib/riddle.rb in riddle-0.9.8.1112 vs lib/riddle.rb in riddle-0.9.8.1198
- old
+ new
@@ -10,11 +10,13 @@
module Version #:nodoc:
Major = 0
Minor = 9
Tiny = 8
- Rev = 1112
+ # Revision number for RubyForge's sake, taken from what Sphinx
+ # outputs to the command line.
+ Rev = 1198
- String = [Major, Minor, Tiny].join('.') + "r#{Rev}"
+ String = [Major, Minor, Tiny].join('.') + "rc1"
GemVersion = [Major, Minor, Tiny, Rev].join('.')
end
end
\ No newline at end of file