summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-26 17:01:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-26 17:01:20 +0000
commitd0c78c8567a009626191ea1383599624e169966a (patch)
tree6b0066ce29a9d9d3661f74719f507c56303e8221 /version.h
parent36e891304c0f1619808ff2d3afaf0920e23470c8 (diff)
* bignum.c (rb_cstr2inum): allow "0\n" and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1942 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 9aa417c444..f27d5269be 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2001-12-21"
+#define RUBY_RELEASE_DATE "2001-12-26"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20011221
+#define RUBY_RELEASE_CODE 20011226