summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-09 03:52:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-09 03:52:39 +0000
commite223518948e56589fe0a7dcdc2d1e775ed04dd66 (patch)
treea5208c207884eddbd3202138c9c2869057c56dc7 /version.h
parentf240fc637cb9d83463ae221c4294837c21f56395 (diff)
* ext/stringio/stringio.c (check_modifiable): performance
improvement. avoid calling rb_str_modify() twice. * ext/stringio/stringio.c (strio_ungetc): ditto. * ext/stringio/stringio.c (strio_putc): ditto. * ext/stringio/stringio.c (strio_write): ditto, and use rb_str_cat() as possible. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2345 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 148bc9c8c1..1dea5091c8 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-04-08"
+#define RUBY_RELEASE_DATE "2002-04-09"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020408
+#define RUBY_RELEASE_CODE 20020409