Skip to content

Commit

Permalink
bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Feb 15, 2021
1 parent b3aa489 commit 671a9c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions ext/webp_ffi/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ FFI::Compiler::CompileTask.new('webp_ffi') do |c|
c.have_library?('png')
c.have_library?('jpeg')
c.have_library?('tiff')
# compiler flags
if c.platform.mac?
c.cflags << "-arch x86_64"
c.ldflags << "-arch x86_64"
end
c.ldflags << ENV['LD_FLAGS'] if ENV['LD_FLAGS']
c.cflags << ENV['C_FLAGS'] if ENV['C_FLAGS']
end
2 changes: 1 addition & 1 deletion lib/webp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebP
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 671a9c9

Please sign in to comment.