summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-03 05:37:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-09-03 05:37:42 +0000
commit5203cd3058cf9e6731a5eafef7b48b13f066b1cb (patch)
treecab4099dba0fde8650c94226a1f9ce94549561c9 /version.h
parentc9cbbbf739e444587aa5426050f285d32efc083e (diff)
downloadruby-5203cd3058cf9e6731a5eafef7b48b13f066b1cb.tar.gz
ruby-5203cd3058cf9e6731a5eafef7b48b13f066b1cb.tar.xz
ruby-5203cd3058cf9e6731a5eafef7b48b13f066b1cb.zip
* ruby.c (proc_options): should not alter origargv[].
* ruby.c (set_arg0): long strings for $0 dumped core. * ruby.c (set_arg0): use setprogtitle() if it's available. * io.c (rb_io_popen): accept integer flags as mode. * file.c (rb_find_file_ext): extension table can be supplied from outside. renamed. * eval.c (rb_f_require): replace rb_find_file_noext by rb_find_file_ext. * eval.c (rb_provided): should also check feature without extension. * numeric.c (flo_to_s): do not rely on decimal point to be '.' git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1722 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 0b79d5f6f..62eae8fa4 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.1"
-#define RUBY_RELEASE_DATE "2001-09-01"
+#define RUBY_RELEASE_DATE "2001-09-03"
#define RUBY_VERSION_CODE 171
-#define RUBY_RELEASE_CODE 20010901
+#define RUBY_RELEASE_CODE 20010903