summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-24 17:31:00 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-10-24 17:31:00 +0000
commit653ea4b4e83f867a08c1bbd4d7541a04767e5ce3 (patch)
treec5a88a47e1439c980971f9ef2fc3b7af378fb8a7
parent18e2d3b915c283c4ed507cfb7f7b8d453a9894bb (diff)
downloadruby-653ea4b4e83f867a08c1bbd4d7541a04767e5ce3.tar.gz
ruby-653ea4b4e83f867a08c1bbd4d7541a04767e5ce3.tar.xz
ruby-653ea4b4e83f867a08c1bbd4d7541a04767e5ce3.zip
* 2005-10-25
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.h b/version.h
index 57b7a423a..294c8aff2 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.8.3"
-#define RUBY_RELEASE_DATE "2005-10-24"
+#define RUBY_RELEASE_DATE "2005-10-25"
#define RUBY_VERSION_CODE 183
-#define RUBY_RELEASE_CODE 20051024
+#define RUBY_RELEASE_CODE 20051025
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 3
#define RUBY_RELEASE_YEAR 2005
#define RUBY_RELEASE_MONTH 10
-#define RUBY_RELEASE_DAY 24
+#define RUBY_RELEASE_DAY 25
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];