summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-05 06:54:57 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-05 06:54:57 +0000
commit1ffef20d0a1fc249929c25ff1751405ac12e6d64 (patch)
tree0fc0c7632c71d722058b1f6c7ca513d57611086d /version.h
parent4c0e82cefce1f8966da281941002ad531a0d2ebb (diff)
downloadruby-1ffef20d0a1fc249929c25ff1751405ac12e6d64.tar.gz
ruby-1ffef20d0a1fc249929c25ff1751405ac12e6d64.tar.xz
ruby-1ffef20d0a1fc249929c25ff1751405ac12e6d64.zip
* re.c (Init_Regexp): to_s to be alias to inspect.
* parse.y (yylex): should support 'keyword='. * ruby.c (proc_options): should not adjust argc/argv if -e option is supplied. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1727 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 62eae8fa4..f78f2c310 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.1"
-#define RUBY_RELEASE_DATE "2001-09-03"
+#define RUBY_RELEASE_DATE "2001-09-05"
#define RUBY_VERSION_CODE 171
-#define RUBY_RELEASE_CODE 20010903
+#define RUBY_RELEASE_CODE 20010905