summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-19 09:03:11 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-19 09:03:11 +0000
commit09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4 (patch)
tree23aee851c864b85cc51a60cd34e8dc4d2f700d13 /version.h
parent513f873d17bedf7f90e1cc2ae8f0ae63f9d23d8e (diff)
downloadruby-09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4.tar.gz
ruby-09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4.tar.xz
ruby-09b1fb78ea3397ea5c19ce35fd087f4924e4a3c4.zip
* re.c (rb_reg_search): should clear last_match if pos is out of
string range. * string.c (rb_str_index_m): ditto. * string.c (rb_str_rindex): ditto. * class.c (rb_define_class): should handle autoload. * class.c (rb_define_module): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2225 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 91930acc6..9227cae8c 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2002-03-18"
+#define RUBY_RELEASE_DATE "2002-03-19"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20020318
+#define RUBY_RELEASE_CODE 20020319