diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-08 10:19:51 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-08 10:19:51 +0000 |
| commit | 6603e566645159b86e80a05a42249f8154450aee (patch) | |
| tree | 6316b2a53dc99764691f803cf70b3538acaace69 | |
| parent | 4f66c8204bffa17e409430d371be6a07ee9d358d (diff) | |
| download | ruby-6603e566645159b86e80a05a42249f8154450aee.tar.gz ruby-6603e566645159b86e80a05a42249f8154450aee.tar.xz ruby-6603e566645159b86e80a05a42249f8154450aee.zip | |
* 2005-10-08
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | version.h | 6 |
2 files changed, 3 insertions, 4 deletions
@@ -60,7 +60,6 @@ Wed Sep 28 23:42:15 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> re.c (match_init_copy, rb_reg_init_copy), time.c (time_init_copy): undocumented. ->>>>>>> 1.2673.2.1315 Wed Sep 28 23:09:23 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/delegate.rb: document update from James Edward Gray II @@ -1,14 +1,14 @@ #define RUBY_VERSION "1.8.3" -#define RUBY_RELEASE_DATE "2005-10-07" +#define RUBY_RELEASE_DATE "2005-10-08" #define RUBY_VERSION_CODE 183 -#define RUBY_RELEASE_CODE 20051007 +#define RUBY_RELEASE_CODE 20051008 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 #define RUBY_VERSION_TEENY 3 #define RUBY_RELEASE_YEAR 2005 #define RUBY_RELEASE_MONTH 10 -#define RUBY_RELEASE_DAY 7 +#define RUBY_RELEASE_DAY 8 RUBY_EXTERN const char ruby_version[]; RUBY_EXTERN const char ruby_release_date[]; |
