Skip to content

Commit a353131

Browse files
erichkistjeremy
authored andcommitted
Update changelog for next release. Closes rbenv#158
1 parent d7ed764 commit a353131

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ ruby-build provides an `rbenv-install` command that shortens this to:
4444

4545
### Version History
4646

47+
#### master
48+
49+
* Clang may be used to build 1.9.3-p125 and later
50+
* Added definitions for REE 1.8.7-2012.02 and 1.8.7-2009.10
51+
* Added definitions for JRuby 1.6.7
52+
* Added definitions for Ruby 1.9.2-p318 and 1.9.3-p194
53+
4754
#### 20120216
4855

4956
* Added definitions for REE 1.8.7-2011.12 and 1.8.7-2012.01.

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20120216"
3+
RUBY_BUILD_VERSION="20120216-master"
44

55
set -E
66
exec 3<&2 # preserve original stderr at fd 3

0 commit comments

Comments
 (0)