diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-26 04:38:07 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-26 04:38:07 +0000 |
| commit | 17880a7ef4068af2f579a2b7c607ca15a9dcef51 (patch) | |
| tree | e7ea8c3d2eab338f544b8dcde40bc39be39f7a25 /version.h | |
| parent | 6ff91b297c03a87e953f2c8f571ff7e53cdfede1 (diff) | |
| download | ruby-17880a7ef4068af2f579a2b7c607ca15a9dcef51.tar.gz ruby-17880a7ef4068af2f579a2b7c607ca15a9dcef51.tar.xz ruby-17880a7ef4068af2f579a2b7c607ca15a9dcef51.zip | |
* dln.c (conv_to_posix_path): removed.
* ruby.c (rubylib_mangled_path, rubylib_mangled_path2): return
VALUE instead of a pointer to static buffer.
* ruby.c (push_include_cygwin): fixed buffer overflow.
[ruby-dev:31297]
* ruby.c (ruby_init_loadpath): not convert built-in paths.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ #define RUBY_VERSION "1.9.0" -#define RUBY_RELEASE_DATE "2007-07-24" +#define RUBY_RELEASE_DATE "2007-07-26" #define RUBY_VERSION_CODE 190 -#define RUBY_RELEASE_CODE 20070724 +#define RUBY_RELEASE_CODE 20070726 #define RUBY_PATCHLEVEL 0 #define RUBY_VERSION_MAJOR 1 @@ -9,7 +9,7 @@ #define RUBY_VERSION_TEENY 0 #define RUBY_RELEASE_YEAR 2007 #define RUBY_RELEASE_MONTH 7 -#define RUBY_RELEASE_DAY 24 +#define RUBY_RELEASE_DAY 26 #ifdef RUBY_EXTERN RUBY_EXTERN const char ruby_version[]; |
