summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-29 08:32:54 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-29 08:32:54 +0000
commitf00ea57ce1fe0bfe137d76703b1bdc4d2293c781 (patch)
tree116f8145de8f318a2f85c849b11a3c38f00c576b /version.h
parent56553684679e8160f7fdfaad746fd4b881b8ff3d (diff)
* lex.c (rb_reserved_word): lex_state after tRESCUE should be
EXPR_MID. * gc.c (add_heap): allocation size of the heap unit is doubled for each allocation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index d604978e6e..50098b887a 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.6.4"
-#define RUBY_RELEASE_DATE "2001-06-22"
+#define RUBY_RELEASE_DATE "2001-06-29"
#define RUBY_VERSION_CODE 164
-#define RUBY_RELEASE_CODE 20010622
+#define RUBY_RELEASE_CODE 20010629