summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-02 22:16:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-02 22:16:55 +0000
commit2263dbe022c600fb0a1db2bbf968bfce5de65aa2 (patch)
treefb2b65897448cfcc8279a346b4c519b680e6790f /version.h
parentf14180707d83a9e15106952102d1853b441edabd (diff)
* parse.y (here_document): check if identifier is terminated.
(ruby-bugs-ja:PR#239) * parse.y (yylex): should pushback proper char after '**'. (ruby-bugs-ja:PR#240) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2509 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 3fc569cf08..818a96a057 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-05-30"
+#define RUBY_RELEASE_DATE "2002-06-03"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020530
+#define RUBY_RELEASE_CODE 20020603