summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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