Skip to content

Commit

Permalink
Prepare docs for 1.3.4, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Jan 13, 2015
1 parent 8779841 commit 804e05b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.3.4

* Workarounds for Ruby 2.1.5

=== 1.3.3

* Rebuild executables with MinGW GCC 4.8.1-4.
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ any additionally needed ruby libraries or DLL.
== FEATURES

* LZMA Compression (optional, default on)
* Ruby 1.8.7, 1.9.3 and 2.0.0 support
* Ruby 1.8.7, 1.9.3, 2.0.0 and 2.1.5 support
* Both windowed/console mode supported
* Includes gems based on usage, or from a Bundler Gemfile

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

VERSION = "1.3.3"
VERSION = "1.3.4"

IGNORE_MODULES = /\/(enumerator.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.3'
VERSION = '1.3.4'
end

0 comments on commit 804e05b

Please sign in to comment.