diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-12 04:45:31 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-12 04:45:31 +0000 |
| commit | 2b0912dad2414a16a5eb9846f8806f047c444aab (patch) | |
| tree | fcc4a1ef0103119b6c21cd57b2447bf77d2738b7 /version.h | |
| parent | 6973ef167290be93606ec325c40f24ade811989d (diff) | |
* win32/Makefile.sub: fixes a mistake in merging r22822.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23409 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 127 +#define RUBY_PATCHLEVEL 128 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 |
