aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-22 15:07:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-22 15:07:57 +0000
commita60b9f919054c7e72a1574a93d1925351ff40ca8 (patch)
tree746673060f84aeddfe6be82fca809c08bedd6d34
parent31c561f66a4fc727f24a1010bf1dfff6f6c85ffc (diff)
downloadruby-a60b9f919054c7e72a1574a93d1925351ff40ca8.tar.gz
* ChangeLog: fixed a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24246 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 2ad11c29b6..4c80cd2117 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,7 +50,7 @@ Wed Jul 22 16:38:39 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
Wed Jul 22 10:00:53 2009 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (WSABUF): get rid of compile error on VC9 and mingw.
+ * win32/win32.c (WSAMSG): get rid of compile error on VC9 and mingw.
Wed Jul 22 02:33:57 2009 Keiju Ishitsuka <keiju@emperor2.pendome>
diff --git a/version.h b/version.h
index 623f1897fb..d8ebafcbaf 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.2"
-#define RUBY_RELEASE_DATE "2009-07-22"
+#define RUBY_RELEASE_DATE "2009-07-23"
#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 22
+#define RUBY_RELEASE_DAY 23
#include "ruby/version.h"