Skip to content

Commit

Permalink
Update version to v1.0.0-rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Oct 25, 2014
1 parent 61380ec commit 38ef699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,6 +11,6 @@ MIT
libuv
-----

Current mruby-uv use [libuv-v1.0.0-rc1](http://libuv.org/dist/v1.0.0-rc1/libuv-v1.0.0-rc1.tar.gz).
Current mruby-uv use [libuv-v1.0.0-rc2](http://libuv.org/dist/v1.0.0-rc2/libuv-v1.0.0-rc2.tar.gz).
In Windows mruby-uv doesn't provide libuv builder so install it before you use this.
In OS X install it with `brew install libuv --devel` to reduce build time.
2 changes: 1 addition & 1 deletion mrbgem.rake
Expand Up @@ -24,7 +24,7 @@ MRuby::Gem::Specification.new('mruby-uv') do |spec|

require 'open3'

version = '1.0.0-rc1'
version = '1.0.0-rc2'
libuv_dir = "#{build_dir}/libuv-#{version}"
libuv_lib = libfile "#{libuv_dir}/.libs/libuv"
header = "#{libuv_dir}/include/uv.h"
Expand Down

0 comments on commit 38ef699

Please sign in to comment.