[Groonga-commit] ranguba/rroonga at ca02285 [master] Update Groonga version

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Fri May 10 12:00:54 JST 2019


Yasuhiro Horimoto	2019-05-10 12:00:54 +0900 (Fri, 10 May 2019)

  Revision: ca02285aa9fc53dcfb5c71fb3af86fb054cd4116
  https://github.com/ranguba/rroonga/commit/ca02285aa9fc53dcfb5c71fb3af86fb054cd4116

  Message:
    Update Groonga version

  Modified files:
    rroonga-build.rb

  Modified: rroonga-build.rb (+7 -7)
===================================================================
--- rroonga-build.rb    2019-05-10 11:16:41 +0900 (5acf5378)
+++ rroonga-build.rb    2019-05-10 12:00:54 +0900 (77dd262e)
@@ -16,17 +16,17 @@
 
 module RroongaBuild
   module RequiredGroongaVersion
-    MAJOR = 7
-    MINOR = 1
-    MICRO = 1
+    MAJOR = 9
+    MINOR = 0
+    MICRO = 2
     VERSION = [MAJOR, MINOR, MICRO]
-    RELEASED_DATE = Time.utc(2018, 1, 29)
+    RELEASED_DATE = Time.utc(2019, 4, 29)
   end
 
   module LatestGroongaVersion
-    MAJOR = 7
-    MINOR = 1
-    MICRO = 1
+    MAJOR = 9
+    MINOR = 0
+    MICRO = 2
     VERSION = [MAJOR, MINOR, MICRO]
   end
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/fa1d5c16/attachment.html>


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