2003-12-24 23:54:08 -05:00
|
|
|
#define RUBY_VERSION "1.9.0"
|
* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,
pack.c, parse.y, re.c, thread.c, vm.c, vm_dump.c, call_cfunc.ci,
thread_pthread.ci, thread_win32.ci: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-06-05 00:25:10 -04:00
|
|
|
#define RUBY_RELEASE_DATE "2007-06-05"
|
2003-12-24 23:54:08 -05:00
|
|
|
#define RUBY_VERSION_CODE 190
|
* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,
pack.c, parse.y, re.c, thread.c, vm.c, vm_dump.c, call_cfunc.ci,
thread_pthread.ci, thread_win32.ci: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-06-05 00:25:10 -04:00
|
|
|
#define RUBY_RELEASE_CODE 20070605
|
2006-11-26 04:34:32 -05:00
|
|
|
#define RUBY_PATCHLEVEL 0
|
2002-12-24 03:53:56 -05:00
|
|
|
|
|
|
|
#define RUBY_VERSION_MAJOR 1
|
2003-12-24 23:54:08 -05:00
|
|
|
#define RUBY_VERSION_MINOR 9
|
|
|
|
#define RUBY_VERSION_TEENY 0
|
2006-12-31 10:02:22 -05:00
|
|
|
#define RUBY_RELEASE_YEAR 2007
|
2007-05-31 12:59:12 -04:00
|
|
|
#define RUBY_RELEASE_MONTH 6
|
* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,
pack.c, parse.y, re.c, thread.c, vm.c, vm_dump.c, call_cfunc.ci,
thread_pthread.ci, thread_win32.ci: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-06-05 00:25:10 -04:00
|
|
|
#define RUBY_RELEASE_DAY 5
|
2004-06-23 12:29:16 -04:00
|
|
|
|
2007-05-01 04:45:28 -04:00
|
|
|
#ifdef RUBY_EXTERN
|
2004-06-23 12:29:16 -04:00
|
|
|
RUBY_EXTERN const char ruby_version[];
|
|
|
|
RUBY_EXTERN const char ruby_release_date[];
|
|
|
|
RUBY_EXTERN const char ruby_platform[];
|
2006-11-26 04:34:32 -05:00
|
|
|
RUBY_EXTERN const int ruby_patchlevel;
|
2007-05-01 04:45:28 -04:00
|
|
|
#endif
|