Skip to content

Commit

Permalink
v0.0.3: remove unnecessary exit...
Browse files Browse the repository at this point in the history
  • Loading branch information
kzk committed Aug 5, 2012
1 parent dbf016c commit 750f1ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ext/jemalloc/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
if RbConfig::CONFIG['target_vendor'] != "apple"
puts `rm -fR ../zone.c`
end
exit
end
end
Dir.chdir cur_dir
Expand Down
2 changes: 1 addition & 1 deletion lib/je/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JE
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit 750f1ed

Please sign in to comment.