summaryrefslogtreecommitdiffstats
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
commit9a7bd474b755235e3711c152d9a09a47811d90c1 (patch)
tree746673060f84aeddfe6be82fca809c08bedd6d34
parent605f3d72211afc4525258678be96bd4c975ce387 (diff)
downloadruby-9a7bd474b755235e3711c152d9a09a47811d90c1.tar.gz
ruby-9a7bd474b755235e3711c152d9a09a47811d90c1.tar.xz
ruby-9a7bd474b755235e3711c152d9a09a47811d90c1.zip
* ChangeLog: fixed a typo.
git-svn-id: http://svn.ruby-lang.org/repos/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 2ad11c29b..4c80cd211 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 623f1897f..d8ebafcba 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"