summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-30 17:50:43 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-30 17:50:43 +0000
commit6609f3569f59a4f2f7e9bd497554161b65dbd691 (patch)
tree5c791953e7c739c1756faa4e5e1f8c04910b8f93
parentb2ce30230760e6cc0378ee2810b73fa8be1ff6d5 (diff)
downloadruby-6609f3569f59a4f2f7e9bd497554161b65dbd691.tar.gz
ruby-6609f3569f59a4f2f7e9bd497554161b65dbd691.tar.xz
ruby-6609f3569f59a4f2f7e9bd497554161b65dbd691.zip
* 2005-12-31
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9777 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 7555f52f0..98959043b 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.8.4"
-#define RUBY_RELEASE_DATE "2005-12-30"
+#define RUBY_RELEASE_DATE "2005-12-31"
#define RUBY_VERSION_CODE 184
-#define RUBY_RELEASE_CODE 20051230
+#define RUBY_RELEASE_CODE 20051231
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_YEAR 2005
#define RUBY_RELEASE_MONTH 12
-#define RUBY_RELEASE_DAY 30
+#define RUBY_RELEASE_DAY 31
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];