summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-12 05:36:34 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-12 05:36:34 +0000
commit6afe623d23ce3bec3a97d32c5156a0f01bcd7fcf (patch)
tree87a33f10181e3fc8b4c1d7774b243ae3f08b271c /version.h
parent2b0912dad2414a16a5eb9846f8806f047c444aab (diff)
* win32/Makefile.sub: fixes build failures on win32.
fixed by usa. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23411 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 90b685665..b98674fdf 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
#define RUBY_VERSION "1.9.1"
#define RUBY_RELEASE_DATE "2009-05-12"
-#define RUBY_PATCHLEVEL 128
+#define RUBY_PATCHLEVEL 129
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9