1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* stable version 1.8.6-p36 released.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2007-06-12 06:01:53 +00:00
parent 0930a26d6c
commit 599fac85a7
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Sat Jun 9 10:40:00 2007 URABE Shyouhei <shyouhei@ruby-lang.org>
* stable version 1.8.6-p36 released.
Fri Jun 8 17:50:17 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* eval.c (rb_thread_cancel_timer): fix undefined function

View file

@ -1,15 +1,15 @@
#define RUBY_VERSION "1.8.6"
#define RUBY_RELEASE_DATE "2007-06-07"
#define RUBY_RELEASE_DATE "2007-06-09"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20070607
#define RUBY_PATCHLEVEL 36
#define RUBY_RELEASE_CODE 20070609
#define RUBY_PATCHLEVEL 37
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_YEAR 2007
#define RUBY_RELEASE_MONTH 6
#define RUBY_RELEASE_DAY 07
#define RUBY_RELEASE_DAY 9
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];