diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-12-31 05:26:24 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-12-31 05:26:24 +0000 |
commit | 4f459fd24aa2bc2e8bc4d6523f0856bd1b10c131 (patch) | |
tree | 5cf9ae2463d30f80bcce7da43143b33fbc509cc6 /version.h | |
parent | b37fb58ae62c1e0348f2542d673ad627c0fc3a1d (diff) | |
download | ruby-4f459fd24aa2bc2e8bc4d6523f0856bd1b10c131.tar.gz ruby-4f459fd24aa2bc2e8bc4d6523f0856bd1b10c131.tar.xz ruby-4f459fd24aa2bc2e8bc4d6523f0856bd1b10c131.zip |
* parse.y (yycompile): always store copy of filename.
* parse.y (rb_compile_file): no longer need to strdup() here.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #define RUBY_VERSION "1.7.2" -#define RUBY_RELEASE_DATE "2001-12-28" +#define RUBY_RELEASE_DATE "2001-12-31" #define RUBY_VERSION_CODE 172 -#define RUBY_RELEASE_CODE 20011228 +#define RUBY_RELEASE_CODE 20011231 |