summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-22 07:28:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-22 07:28:59 +0000
commitc9f612c04a4f9e6379aa6466785e9e67fd5a5e79 (patch)
tree87a14b2077e73516a07eaf75eed7b062131535a9
parentb352f3a1bd0442af08a47b2d55866abd3fe92e42 (diff)
downloadruby-c9f612c04a4f9e6379aa6466785e9e67fd5a5e79.tar.gz
ruby-c9f612c04a4f9e6379aa6466785e9e67fd5a5e79.tar.xz
ruby-c9f612c04a4f9e6379aa6466785e9e67fd5a5e79.zip
* version.h: 2005-12-22 (1.8.4 preview3)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9733 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 096794873..035ef3548 100644
--- a/version.h
+++ b/version.h
@@ -1,14 +1,14 @@
#define RUBY_VERSION "1.8.4"
-#define RUBY_RELEASE_DATE "2005-12-21"
+#define RUBY_RELEASE_DATE "2005-12-22"
#define RUBY_VERSION_CODE 184
-#define RUBY_RELEASE_CODE 20051221
+#define RUBY_RELEASE_CODE 20051222
#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 21
+#define RUBY_RELEASE_DAY 22
RUBY_EXTERN const char ruby_version[];
RUBY_EXTERN const char ruby_release_date[];