[Groonga-commit] ranguba/rroonga at 2bac35d [master] Require Groogna 5.0.9

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 10 22:28:25 JST 2015


Kouhei Sutou	2015-11-10 22:28:25 +0900 (Tue, 10 Nov 2015)

  New Revision: 2bac35d21236435b5dbe4a0be7ed55ce3c975d5c
  https://github.com/ranguba/rroonga/commit/2bac35d21236435b5dbe4a0be7ed55ce3c975d5c

  Message:
    Require Groogna 5.0.9

  Modified files:
    rroonga-build.rb

  Modified: rroonga-build.rb (+3 -3)
===================================================================
--- rroonga-build.rb    2015-11-10 22:28:06 +0900 (28ac898)
+++ rroonga-build.rb    2015-11-10 22:28:25 +0900 (af6e34b)
@@ -20,15 +20,15 @@ module RroongaBuild
   module RequiredGroongaVersion
     MAJOR = 5
     MINOR = 0
-    MICRO = 8
+    MICRO = 9
     VERSION = [MAJOR, MINOR, MICRO]
-    RELEASED_DATE = Time.utc(2015, 9, 29)
+    RELEASED_DATE = Time.utc(2015, 10, 29)
   end
 
   module LatestGroongaVersion
     MAJOR = 5
     MINOR = 0
-    MICRO = 8
+    MICRO = 9
     VERSION = [MAJOR, MINOR, MICRO]
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index