Skip to content

Commit

Permalink
Remove -dev from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Nov 13, 2009
1 parent cde6705 commit 6ada49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/configuration.rb
Expand Up @@ -14,7 +14,7 @@
RBX_RUBY_PATCHLEVEL = 174
RBX_RUBY_RELDATE = '2009-11-06'
RBX_LIBVER = '0.13'
RBX_VERSION = "#{RBX_LIBVER}.0-dev"
RBX_VERSION = "#{RBX_LIBVER}.0"
RBX_HOST = `./rakelib/config.guess`.chomp

if File.directory? ".git"
Expand Down

0 comments on commit 6ada49f

Please sign in to comment.