ruby-changes:11882
From: yugui <ko1@a...>
Date: Fri, 22 May 2009 19:05:10 +0900 (JST)
Subject: [ruby-changes:11882] Ruby:r23541 (ruby_1_9_1): version.h (RUBY_PATCHLEVEL): forgot to increment it at r23539
yugui 2009-05-22 19:05:00 +0900 (Fri, 22 May 2009) New Revision: 23541 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23541 Log: version.h (RUBY_PATCHLEVEL): forgot to increment it at r23539 Modified files: branches/ruby_1_9_1/version.h Index: ruby_1_9_1/version.h =================================================================== --- ruby_1_9_1/version.h (revision 23540) +++ ruby_1_9_1/version.h (revision 23541) @@ -1,6 +1,6 @@ #define RUBY_VERSION "1.9.1" #define RUBY_RELEASE_DATE "2009-05-22" -#define RUBY_PATCHLEVEL 153 +#define RUBY_PATCHLEVEL 154 #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/