mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
merge revision r48961 partially.
* tool/config_files.rb: use config.guess in gcc repo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@49172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
79d041dbde
commit
e840269074
3 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Wed Jan 7 22:34:52 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* tool/config_files.rb: use config.guess in gcc repo.
|
||||
|
||||
Tue Jan 6 00:04:38 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||
|
||||
* test/ruby/test_io.rb: added timeout for AIX environment.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
require 'open-uri'
|
||||
|
||||
ConfigFiles = "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=%s;hb=HEAD"
|
||||
ConfigFiles = "http://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=%s;hb=HEAD"
|
||||
def ConfigFiles.download(name, dir = nil)
|
||||
data = URI(self % name).read
|
||||
file = dir ? File.join(dir, name) : name
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
#define RUBY_VERSION "2.1.5"
|
||||
#define RUBY_RELEASE_DATE "2015-01-06"
|
||||
#define RUBY_PATCHLEVEL 277
|
||||
#define RUBY_RELEASE_DATE "2015-01-07"
|
||||
#define RUBY_PATCHLEVEL 278
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2015
|
||||
#define RUBY_RELEASE_MONTH 1
|
||||
#define RUBY_RELEASE_DAY 6
|
||||
#define RUBY_RELEASE_DAY 7
|
||||
|
||||
#include "ruby/version.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue