From 9283449812b49b5e52a24a888878838066fcf0bb Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 7 May 2010 14:51:41 +0000 Subject: [PATCH] * version.h: bump up to 1.9.3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * version.h: bump up to 1.9.3. + Fri May 7 11:30:51 2010 Nobuyoshi Nakada * 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"