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

* defines.h (ENV_IGNORECASE): define for case insensitive platforms to access environment variables. * dln.c (dln_find_exe): use PATH_ENV instead of "PATH". * hash.c (env_delete, rb_f_getenv, env_fetch, rb_env_path_tainted, env_aset): ditto. * ruby.c (proc_options): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11 lines
309 B
C
11 lines
309 B
C
#define RUBY_VERSION "1.8.0"
|
|
#define RUBY_RELEASE_DATE "2003-06-20"
|
|
#define RUBY_VERSION_CODE 180
|
|
#define RUBY_RELEASE_CODE 20030620
|
|
|
|
#define RUBY_VERSION_MAJOR 1
|
|
#define RUBY_VERSION_MINOR 8
|
|
#define RUBY_VERSION_TEENY 0
|
|
#define RUBY_RELEASE_YEAR 2003
|
|
#define RUBY_RELEASE_MONTH 6
|
|
#define RUBY_RELEASE_DAY 20
|