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 = 12338]
  • Loading branch information
zenspider committed Oct 9, 2019
1 parent ae90020 commit f6c9329
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.5 / 2019-10-08

* 1 bug fix:

* Fixed a race condition between testing for file existance and renaming. (spjsschl)

=== 3.12.4 / 2015-04-14

* 1 bug fix:
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.4"
VERSION = "3.12.5"

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

0 comments on commit f6c9329

Please sign in to comment.