From d60c9a0772ed8abdf67c6441fb6b32744c385531 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Thu, 18 Apr 2013 15:17:16 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/RubyInline/dev/": change = 8431] --- History.txt | 7 +++++++ lib/inline.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index d72444a..34b6388 100644 --- a/History.txt +++ b/History.txt @@ -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: diff --git a/lib/inline.rb b/lib/inline.rb index 168844b..128b5ee 100644 --- a/lib/inline.rb +++ b/lib/inline.rb @@ -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