aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77c55f9b82..fd7376e17e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 7 23:51:39 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * version.h: bump up to 1.9.3.
+
Fri May 7 11:30:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/rbinstall.rb (install-man): install mdocs directly without
diff --git a/version.h b/version.h
index debe1a592d..54ec08e708 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
-#define RUBY_VERSION "1.9.2"
+#define RUBY_VERSION "1.9.3"
#define RUBY_RELEASE_DATE "2010-05-07"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"