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 = 10178]
  • Loading branch information
zenspider committed Apr 15, 2015
1 parent 3d769b1 commit fe05a6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 3.12.4 / 2015-04-14

* 1 bug fix:

* Fixed arch header directoy with Ruby >= 2.0. (aurelj)

=== 3.12.3 / 2014-04-29

* 3 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.3"
VERSION = "3.12.4"

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

0 comments on commit fe05a6b

Please sign in to comment.