Skip to content

Commit

Permalink
Change how to verify the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Jun 20, 2008
1 parent 442ff76 commit 0ada57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace :release do
end

def verify_version expected
actual = LIBVER
actual = RBX_VERSION
unless expected == actual
abort "version #{expected} doesn't match #{actual}. Run `rake release:help`"
end
Expand Down

0 comments on commit 0ada57d

Please sign in to comment.