Kouhei Sutou
null+****@clear*****
Mon Jun 6 15:57:42 JST 2016
Kouhei Sutou 2016-06-06 15:57:42 +0900 (Mon, 06 Jun 2016) New Revision: 950e9e144ee50c52e254f865563956666ce91a60 https://github.com/ranguba/rroonga/commit/950e9e144ee50c52e254f865563956666ce91a60 Message: Update Groonga version Modified files: rroonga-build.rb Modified: rroonga-build.rb (+4 -6) Mode: 100755 -> 100644 =================================================================== --- rroonga-build.rb 2016-05-18 10:27:34 +0900 (0f55c7f) +++ rroonga-build.rb 2016-06-06 15:57:42 +0900 (41326a1) @@ -1,6 +1,4 @@ -#!/usr/bin/env ruby -# -# Copyright (C) 2009-2015 Kouhei Sutou <kou �� clear-code.com> +# Copyright (C) 2009-2016 Kouhei Sutou <kou �� clear-code.com> # Copyright (C) 2015-2016 Masafumi Yokoyama <yokoyama �� clear-code.com> # # This library is free software; you can redistribute it and/or @@ -20,15 +18,15 @@ module RroongaBuild module RequiredGroongaVersion MAJOR = 6 MINOR = 0 - MICRO = 2 + MICRO = 4 VERSION = [MAJOR, MINOR, MICRO] - RELEASED_DATE = Time.utc(2016, 4, 29) + RELEASED_DATE = Time.utc(2016, 6, 6) end module LatestGroongaVersion MAJOR = 6 MINOR = 0 - MICRO = 2 + MICRO = 4 VERSION = [MAJOR, MINOR, MICRO] end -------------- next part -------------- HTML����������������������������...Download