summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 14:50:32 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-10 14:50:32 +0000
commit69c8bf73294c1b99389b8e81f7003a88c67ff4cc (patch)
tree553ab1b27bbe1be02df9239ea5c56bedc7af9cf0 /version.h
parente803164d252346a9631da26de8a9460dfd411957 (diff)
Fixed ostruct recursion inspection.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24025 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 d2d83e7c30..c8c09c246c 100644
--- a/version.h
+++ b/version.h
@@ -2,7 +2,7 @@
#define RUBY_RELEASE_DATE "2009-06-08"
#define RUBY_VERSION_CODE 186
#define RUBY_RELEASE_CODE 20090608
-#define RUBY_PATCHLEVEL 375
+#define RUBY_PATCHLEVEL 376
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 8