ruby-changes:18310
From: yugui <ko1@a...>
Date: Fri, 24 Dec 2010 12:24:04 +0900 (JST)
Subject: [ruby-changes:18310] Ruby:r30333 (ruby_1_9_2): * version.h: forgotten increasing patch level at r30331.
yugui 2010-12-24 12:23:57 +0900 (Fri, 24 Dec 2010) New Revision: 30333 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30333 Log: * version.h: forgotten increasing patch level at r30331. Modified files: branches/ruby_1_9_2/version.h Index: ruby_1_9_2/version.h =================================================================== --- ruby_1_9_2/version.h (revision 30332) +++ ruby_1_9_2/version.h (revision 30333) @@ -1,5 +1,5 @@ #define RUBY_VERSION "1.9.2" -#define RUBY_PATCHLEVEL 132 +#define RUBY_PATCHLEVEL 134 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 #define RUBY_VERSION_TEENY 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/