ruby-build 20131122.1

This commit is contained in:
Sam Stephenson 2013-11-22 19:13:46 -06:00
parent 5556926ab6
commit 458d333167
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
## Version History
#### 20131122.1
* Fix typo in 2.1.0-preview2 definition
#### 20131122
* Added a definition for 1.9.3-p484
* Added a definition for 2.0.0-p353

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20131122"
RUBY_BUILD_VERSION="20131122.1"
set -E
exec 3<&2 # preserve original stderr at fd 3