diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-27 15:19:22 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-27 15:19:22 +0000 |
| commit | b4ca807898ad957bc45d47a62fe6f6b2b2f64a69 (patch) | |
| tree | a47739c65aba4e2205cedbfc7c412d2c72fd171a /version.h | |
| parent | 623ec9a52f1f642e343ebcc53f81abdbc23d1d6c (diff) | |
| download | ruby-b4ca807898ad957bc45d47a62fe6f6b2b2f64a69.tar.gz ruby-b4ca807898ad957bc45d47a62fe6f6b2b2f64a69.tar.xz ruby-b4ca807898ad957bc45d47a62fe6f6b2b2f64a69.zip | |
* string.c (rb_str_coderange_scan_restartable): coderange scaning
for partial read.
* io.c (read_all): set coderange when not convert encoding.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #define RUBY_VERSION "1.9.0" -#define RUBY_RELEASE_DATE "2008-02-27" +#define RUBY_RELEASE_DATE "2008-02-28" #define RUBY_VERSION_CODE 190 -#define RUBY_RELEASE_CODE 20080227 +#define RUBY_RELEASE_CODE 20080228 #define RUBY_PATCHLEVEL 0 #define RUBY_VERSION_MAJOR 1 |
