diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-12 05:36:34 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-12 05:36:34 +0000 |
| commit | 6afe623d23ce3bec3a97d32c5156a0f01bcd7fcf (patch) | |
| tree | 87a33f10181e3fc8b4c1d7774b243ae3f08b271c /version.h | |
| parent | 2b0912dad2414a16a5eb9846f8806f047c444aab (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
