aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-28 05:42:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-12-28 05:42:23 +0000
commita59cf8edc58d46e9cf5d39d2f1999e27939304a8 (patch)
tree6d7a2f583a478d8a571baa8d50ca2afc1e84a9c5 /version.h
parent3b4641a4bf1fafce6f91295f4340aa3d900faddc (diff)
downloadruby-a59cf8edc58d46e9cf5d39d2f1999e27939304a8.tar.gz
* array.c (rb_cmpint): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1944 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 c53b62568a..3ec89a4a1a 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
-#define RUBY_RELEASE_DATE "2001-12-27"
+#define RUBY_RELEASE_DATE "2001-12-28"
#define RUBY_VERSION_CODE 172
-#define RUBY_RELEASE_CODE 20011227
+#define RUBY_RELEASE_CODE 20011228