summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-23 16:22:25 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-23 16:22:25 +0000
commitb596fbbc375ea58aa2b869cb6025b2bb101f96b9 (patch)
tree6ffd75b09e418bcbbb5750440a8e2f4f9c37d81d /version.h
parentad8dbab8887bccb5dc997071d5d11d3d36dd62b4 (diff)
* ext/stringio/stringio.c (strio_mark): must check if ptr is NULL
first. [ruby-talk:38873] * lib/mkmf.rb (create_makefile): should print depend file when make is other than nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2399 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 bedd1f5954..6f4edbced3 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-04-19"
+#define RUBY_RELEASE_DATE "2002-04-23"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020419
+#define RUBY_RELEASE_CODE 20020423