diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-01 01:52:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-01 01:52:32 +0000 |
| commit | f11b94030fa76d8503d8e8307bcbdfaf70537c95 (patch) | |
| tree | 7426057d206790c6d49bbd4b579589e22a3f852b /version.h | |
| parent | 49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e (diff) | |
| download | ruby-f11b94030fa76d8503d8e8307bcbdfaf70537c95.tar.gz ruby-f11b94030fa76d8503d8e8307bcbdfaf70537c95.tar.xz ruby-f11b94030fa76d8503d8e8307bcbdfaf70537c95.zip | |
* eval.c (ruby_options), ruby.c (proc_options, process_options): not
call exit(2) directly. [ruby-dev:31912]
* eval.c (ruby_run_node): deal with direct exit code.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,15 @@ #define RUBY_VERSION "1.9.0" -#define RUBY_RELEASE_DATE "2007-09-30" +#define RUBY_RELEASE_DATE "2007-10-01" #define RUBY_VERSION_CODE 190 -#define RUBY_RELEASE_CODE 20070930 +#define RUBY_RELEASE_CODE 20071001 #define RUBY_PATCHLEVEL 0 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 0 #define RUBY_RELEASE_YEAR 2007 -#define RUBY_RELEASE_MONTH 9 -#define RUBY_RELEASE_DAY 30 +#define RUBY_RELEASE_MONTH 10 +#define RUBY_RELEASE_DAY 1 #ifdef RUBY_EXTERN RUBY_EXTERN const char ruby_version[]; |
