summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 02:08:06 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-28 02:08:06 +0000
commitbd653b30ca6bca98226f333ef25db884d29bffaf (patch)
treebb54b10d8d6b0bfd3b190f82d7df65b39db1299e
parentc2511c5f76bb043df8f54b135d156325d8fe80a1 (diff)
* version.h: set 1.9.1 into Ruby's version number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@19976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--version.h6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 27909aed6f..18f850948c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 28 11:06:48 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * version.h: set 1.9.1 into Ruby's version number.
+
Tue Oct 28 10:42:50 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* gem_prelude.rb: considers --program-suffix and prefix configure
diff --git a/version.h b/version.h
index 27848f399b..ca57908a3e 100644
--- a/version.h
+++ b/version.h
@@ -1,12 +1,12 @@
-#define RUBY_VERSION "1.9.0"
+#define RUBY_VERSION "1.9.1"
#define RUBY_RELEASE_DATE "2008-10-28"
-#define RUBY_VERSION_CODE 190
+#define RUBY_VERSION_CODE 191
#define RUBY_RELEASE_CODE 20081028
#define RUBY_PATCHLEVEL 0
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
-#define RUBY_VERSION_TEENY 0
+#define RUBY_VERSION_TEENY 1
#define RUBY_RELEASE_YEAR 2008
#define RUBY_RELEASE_MONTH 10
#define RUBY_RELEASE_DAY 28