summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-19 14:32:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-19 14:32:51 +0000
commiteaab0aa79ab884328fc698aaf0b696e656dc5188 (patch)
tree9a8533bbb4aaa4aeaf0c8e791232d603e1cd329d /version.h
parent78592877b77a829ceea230ec194c0cb43430dd9c (diff)
* marshal.c (w_uclass): cloned class is not user
class. (ruby-bugs-ja#PR103) * marshal.c (r_object): Struct subclass couldn't load. (ruby-bugs-ja#PR104) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1792 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 ecf8aaa291..8e3e276976 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.1"
-#define RUBY_RELEASE_DATE "2001-10-17"
+#define RUBY_RELEASE_DATE "2001-10-19"
#define RUBY_VERSION_CODE 171
-#define RUBY_RELEASE_CODE 20011017
+#define RUBY_RELEASE_CODE 20011019