Kouhei Sutou
null+****@clear*****
Fri Apr 4 14:59:03 JST 2014
Kouhei Sutou 2014-04-04 14:59:03 +0900 (Fri, 04 Apr 2014) New Revision: c7052537d7592c13ab348091e463c964b2333502 https://github.com/ranguba/rroonga/commit/c7052537d7592c13ab348091e463c964b2333502 Message: Bump required Groonga version Modified files: rroonga-build.rb Modified: rroonga-build.rb (+2 -2) =================================================================== --- rroonga-build.rb 2014-04-04 14:58:29 +0900 (75b749d) +++ rroonga-build.rb 2014-04-04 14:59:03 +0900 (d4c2e32) @@ -19,7 +19,7 @@ module RroongaBuild module RequiredGroongaVersion MAJOR = 4 MINOR = 0 - MICRO = 0 # TODO: It should be updated when Groonga 4.0.1 is released. + MICRO = 1 VERSION = [MAJOR, MINOR, MICRO] RELEASED_DATE = Time.utc(2014, 3, 29) end @@ -27,7 +27,7 @@ module RroongaBuild module LatestGroongaVersion MAJOR = 4 MINOR = 0 - MICRO = 0 + MICRO = 1 VERSION = [MAJOR, MINOR, MICRO] end -------------- next part -------------- HTML����������������������������...Download