From 2e7693fbac686ab56fb13e3861d8ca4245cff113 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 8 Jun 2008 18:27:15 +0000 Subject: * 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 --- ChangeLog | 4 ++++ NEWS | 13 +++++++++++++ version.h | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) 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 + + * NEWS: Mention new constants. + Mon Jun 9 03:24:18 2008 Tanaka Akira * 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 -- cgit v1.2.3