summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-17 07:29:19 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-17 07:29:19 +0000
commit4f8b1c8f64b2ec44401d7726fa74fa2a812c03f8 (patch)
tree8feb7c270d7f34ef6aea7e53908c765ab7a5c15a
parentbb6c116c6352fbea23ce84012409b0de19abd823 (diff)
2001-12-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
-rw-r--r--version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 730c5e173d..c9cff704c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ Mon Dec 17 15:19:32 2001 Tanaka Akira <akr@m17n.org>
use long to initialize tm_year.
(search_time_t): renamed from `make_time_t'.
(make_time_t): call `timegm' and `mktime' instead of `search_time_t'
- if availabe.
+ if available.
(time_to_i): use LONG2NUM instead of INT2NUM.
(time_localtime): check localtime failure.
(time_gmtime): check gmtime failure.
diff --git a/version.h b/version.h
index 1826f8efce..70e97d9dba 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2001-12-13"
+#define RUBY_RELEASE_DATE "2001-12-17"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20011213
+#define RUBY_RELEASE_CODE 20011217