aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-27 00:37:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-27 00:37:54 +0000
commitf9e7c3c37f022aa88dc19c993e814df03c623239 (patch)
treecc6beaede674598bd0be30ff1f695e019755379c
parentb7f26835dae3005f1eefbb1700aa711b811fb2fc (diff)
downloadruby-f9e7c3c37f022aa88dc19c993e814df03c623239.tar.gz
* ChangeLog: forgotten ML ref, [ruby-core:24561].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24296 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 53e41d209e..e9d111b28b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Sun Jul 26 19:17:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (argf_eof): go to the next file if called after ARGF.close
- or ARGF.skip. [ruby-core:24561]
+ or ARGF.skip. a patch from Mike Kasick at [ruby-core:24561].
Sun Jul 26 18:30:02 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
diff --git a/version.h b/version.h
index b1cd7560f9..fb57619d6d 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.2"
-#define RUBY_RELEASE_DATE "2009-07-26"
+#define RUBY_RELEASE_DATE "2009-07-27"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"
@@ -8,7 +8,7 @@
#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 7
-#define RUBY_RELEASE_DAY 26
+#define RUBY_RELEASE_DAY 27
#include "ruby/version.h"