summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-07 10:04:22 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-07 10:04:22 +0000
commita5729b15f3435b0c1afa44b60ffee259fd96d457 (patch)
treed2d1a6275e4d711e097cac2b15d1f4e9e21c0b0e /version.h
parentc88e3861e16c4a0cbf8e4ffb0bca4be193fa1268 (diff)
merges r31875 from trunk into ruby_1_9_2.
-- * load.c (loaded_feature_path): cut nonsence loop execution to fix performance bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@32882 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 82ca90c367..0860251fb0 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.2"
-#define RUBY_PATCHLEVEL 293
+#define RUBY_PATCHLEVEL 294
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1