diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-23 09:10:00 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-23 09:10:00 +0000 |
| commit | 28decb2237381ad8e8a4815b266c2eb022951d52 (patch) | |
| tree | 4ba440fcdb100a238ad2e89ec364a991b3ee46bc /version.h | |
| parent | 692138396e46e056b6c6caf508d58f044c58a284 (diff) | |
| download | ruby-28decb2237381ad8e8a4815b266c2eb022951d52.tar.gz ruby-28decb2237381ad8e8a4815b266c2eb022951d52.tar.xz ruby-28decb2237381ad8e8a4815b266c2eb022951d52.zip | |
2003-10-23
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ #define RUBY_VERSION "1.8.0" -#define RUBY_RELEASE_DATE "2003-10-22" +#define RUBY_RELEASE_DATE "2003-10-23" #define RUBY_VERSION_CODE 180 -#define RUBY_RELEASE_CODE 20031022 +#define RUBY_RELEASE_CODE 20031023 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 8 #define RUBY_VERSION_TEENY 0 #define RUBY_RELEASE_YEAR 2003 #define RUBY_RELEASE_MONTH 10 -#define RUBY_RELEASE_DAY 22 +#define RUBY_RELEASE_DAY 23 |
