diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-02 13:22:27 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-02 13:22:27 +0000 |
commit | 1608a59b9656b53aaa6121847d72049c15b45ca0 (patch) | |
tree | bbe0369b735845681c1c04f41bbdc405d2ecafee | |
parent | f6e80a170234c92d155b1a98428cc7c04d51249f (diff) | |
download | ruby-1608a59b9656b53aaa6121847d72049c15b45ca0.tar.gz ruby-1608a59b9656b53aaa6121847d72049c15b45ca0.tar.xz ruby-1608a59b9656b53aaa6121847d72049c15b45ca0.zip |
2002-12-02
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #define RUBY_VERSION "1.7.3" -#define RUBY_RELEASE_DATE "2002-12-01" +#define RUBY_RELEASE_DATE "2002-12-02" #define RUBY_VERSION_CODE 173 -#define RUBY_RELEASE_CODE 20021201 +#define RUBY_RELEASE_CODE 20021202 |