lib/riddle.rb in riddle-0.9.8.1198.1 vs lib/riddle.rb in riddle-0.9.8.1231.0
- old
+ new
@@ -12,14 +12,14 @@
Major = 0
Minor = 9
Tiny = 8
# Revision number for RubyForge's sake, taken from what Sphinx
# outputs to the command line.
- Rev = 1198
+ Rev = 1231
# Release number to mark my own fixes, beyond feature parity with
# Sphinx itself.
- Release = 1
+ Release = 0
- String = [Major, Minor, Tiny].join('.') + "rc1"
+ String = [Major, Minor, Tiny].join('.') + "rc2"
GemVersion = [Major, Minor, Tiny, Rev, Release].join('.')
end
end
\ No newline at end of file