summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-29 09:24:21 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-29 09:24:21 +0000
commitdca8bdd48f30dc7fb071f7c88a9fe69319dd49fe (patch)
treee47d5fa04ffc67fa05384bbd652e93702a87788b /version.h
parent621954ae3bb746445fa4fc381737b5a5fa9fd87e (diff)
downloadruby-dca8bdd48f30dc7fb071f7c88a9fe69319dd49fe.tar.gz
ruby-dca8bdd48f30dc7fb071f7c88a9fe69319dd49fe.tar.xz
ruby-dca8bdd48f30dc7fb071f7c88a9fe69319dd49fe.zip
merge revision(s) 17570:
* array.c (rb_ary_fill): not depend on unspecified behavior at integer overflow. reported by Vincenzo Iozzo <snagg AT openssl.it>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@17688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'version.h')
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h
index f974e71f6..7f03df25a 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2008-06-29"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20080629
-#define RUBY_PATCHLEVEL 247
+#define RUBY_PATCHLEVEL 248
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8