Skip to content

Commit

Permalink
Bump to v1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Oct 14, 2017
1 parent 7bd5944 commit 9c5fe28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
=== TBD
=== 1.3.10

* Reduce memory usage while building & compressing (avoids out of
memory issue on really big programs).

* Compile stub.exe with 32-bit compiler again

=== 1.3.9

* Support Ruby 2.4.1p111 (include manifest)
Expand Down
2 changes: 1 addition & 1 deletion bin/ocra
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ module Ocra
a.sort.inject([]) { |r, e| r.last == e ? r : r << e }
end

VERSION = "1.3.9"
VERSION = "1.3.10"

IGNORE_MODULES = /\/(enumerator.so|rational.so|complex.so|thread.rb)$/

Expand Down
2 changes: 1 addition & 1 deletion lib/ocra.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Ocra
VERSION = '1.3.9'
VERSION = '1.3.10'
end

0 comments on commit 9c5fe28

Please sign in to comment.