Skip to content

Commit

Permalink
kindlegen 2.4, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
teamon committed Apr 2, 2012
1 parent 33d098e commit 2c97f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/kindlegen/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
require 'rbconfig'
File::open('Makefile', 'w') do |w|
tarball = case RbConfig::CONFIG['host_os']
when /mac|darwin/i then "KindleGen_Mac_i386_v2.zip"
when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2.tar.gz"
when /mac|darwin/i then "KindleGen_Mac_i386_v2_4.zip"
when /linux|cygwin/i then "kindlegen_linux_2.6_i386_v2_4.tar.gz"
else
STDERR.puts "Host OS unsupported!"
exit(1)
Expand Down
2 changes: 1 addition & 1 deletion lib/kindlegen/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kindlegen
VERSION = "2.3.1"
VERSION = "2.4.0"
end

0 comments on commit 2c97f0b

Please sign in to comment.