[Groonga-commit] ranguba/rroonga at 63a6ade [master] Require Groonga 7.0.2

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 25 16:11:15 JST 2017


Kouhei Sutou	2017-04-25 16:11:15 +0900 (Tue, 25 Apr 2017)

  New Revision: 63a6adeeb700e12abd0703913567bb2c4d684664
  https://github.com/ranguba/rroonga/commit/63a6adeeb700e12abd0703913567bb2c4d684664

  Message:
    Require Groonga 7.0.2

  Modified files:
    rroonga-build.rb

  Modified: rroonga-build.rb (+7 -7)
===================================================================
--- rroonga-build.rb    2017-04-25 16:01:42 +0900 (4e8883f)
+++ rroonga-build.rb    2017-04-25 16:11:15 +0900 (0dd730c)
@@ -16,17 +16,17 @@
 
 module RroongaBuild
   module RequiredGroongaVersion
-    MAJOR = 6
-    MINOR = 1
-    MICRO = 1
+    MAJOR = 7
+    MINOR = 0
+    MICRO = 2
     VERSION = [MAJOR, MINOR, MICRO]
-    RELEASED_DATE = Time.utc(2016, 11, 29)
+    RELEASED_DATE = Time.utc(2017, 4, 29)
   end
 
   module LatestGroongaVersion
-    MAJOR = 6
-    MINOR = 1
-    MICRO = 3
+    MAJOR = 7
+    MINOR = 0
+    MICRO = 2
     VERSION = [MAJOR, MINOR, MICRO]
   end
 
-------------- next part --------------
HTML����������������������������...
下載 



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