diff --git a/transcode.c b/transcode.c index dadb57b90d..514c181699 100644 --- a/transcode.c +++ b/transcode.c @@ -3178,8 +3178,8 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath, * :undef => :replace # replace undefined conversion * :replace => string # replacement string ("?" or "\uFFFD" if not specified) * :universal_newline => true # decorator for converting CRLF and CR to LF - * :crlf_newline => true # decorator for converting LF to CRLF - * :cr_newline => true # decorator for converting LF to CR + * :crlf_newline => true # decorator for converting CRLF to LF + * :cr_newline => true # decorator for converting CR to LF * :xml => :text # escape as XML CharData. * :xml => :attr # escape as XML AttValue * integer form: diff --git a/version.h b/version.h index f2039c8fb5..c8bc0c2481 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_PATCHLEVEL 242 +#define RUBY_PATCHLEVEL 243 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1