summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-08 18:27:15 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-08 18:27:15 +0000
commit2e7693fbac686ab56fb13e3861d8ca4245cff113 (patch)
treee48dede25b2e89f1916755c21c795b50752653c3
parent5d4d154553d4c19e3ee9a526148eb615cb2c2d79 (diff)
* NEWS: Mention new constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@17032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS13
-rw-r--r--version.h2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d6cb32e95..451cd81363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 9 03:26:03 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * NEWS: Mention new constants.
+
Mon Jun 9 03:24:18 2008 Tanaka Akira <akr@fsij.org>
* hash.c (hash_i): make Hash#hash order insensitive.
diff --git a/NEWS b/NEWS
index 5256eac9a8..61373187e5 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,13 @@ with all sufficient information, see the ChangeLog file.
You can change the directory locations using configure options such
as `--with-sitedir=DIR' and `--with-vendordir=DIR'.
+=== Global constants
+
+* new constants
+
+ * RUBY_COPYRIGHT
+ * RUBY_DESCRIPTION
+
=== Library updates (outstanding ones only)
* new library
@@ -513,6 +520,12 @@ with all sufficient information, see the ChangeLog file.
* autoconf 2.6x
+=== Global constants
+
+* RUBY_PATCHLEVEL
+
+ New constant since 1.8.5-p1.
+
=== Library updates (outstanding ones only)
* builtin classes
diff --git a/version.h b/version.h
index 93d3eda8b5..71e661d15d 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2008-06-09"
#define RUBY_VERSION_CODE 187
#define RUBY_RELEASE_CODE 20080609
-#define RUBY_PATCHLEVEL 14
+#define RUBY_PATCHLEVEL 15
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8