summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-10 07:55:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-10 07:55:40 +0000
commit1995213e4bb0b6411a4a4da60c53e37bec3ba4ec (patch)
treeba2af51029a01ca4ac835617ea86c36621db7d64 /version.h
parentb1f086d01492e4cc69f38d965775144f92cd5506 (diff)
* ruby.c (load_file): avoid SEGV on '#' only input.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2062 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 97a5407369..9075c84a1c 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-02-09"
+#define RUBY_RELEASE_DATE "2002-02-10"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020209
+#define RUBY_RELEASE_CODE 20020210