Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/RubyInline/dev/": change = 8431]
  • Loading branch information
zenspider committed Apr 18, 2013
1 parent f9761e2 commit d60c9a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 3.12.2 / 2013-04-18

* 2 minor enhancements:

* Added #prefix code to MD5 calculation to force rebuilds on non-signature changes.
* Separated out #prefix code from #src.

=== 3.12.1 / 2013-02-14

* 2 bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/inline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class CompilationError < RuntimeError; end
# the current namespace.

module Inline
VERSION = '3.12.1'
VERSION = "3.12.2"

WINDOZE = /mswin|mingw/ =~ RUBY_PLATFORM
RUBINIUS = defined? RUBY_ENGINE
Expand Down

0 comments on commit d60c9a0

Please sign in to comment.