summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-25 20:03:03 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-25 20:03:03 +0000
commitfdcbfdc47088050b77c0d0568b7de538d16d481e (patch)
treed8bed6788a31237aa898fad5203df02f61404108 /version.h
parentf0e2ebbcb2a8dc443eb8fa24866bb9866621d551 (diff)
Backport #1509 [ruby-dev:38538]; Typo in CGI::HTTP_STATUS: Rrecondition -> Precondition
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24655 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 b806961226..2c1827317b 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-08-26"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090826
-#define RUBY_PATCHLEVEL 386
+#define RUBY_PATCHLEVEL 387
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8