[Groonga-commit] ranguba/rroonga at 46e25e5 [master] Bump version

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Fri May 10 11:14:57 JST 2019


Yasuhiro Horimoto	2019-05-10 11:14:57 +0900 (Fri, 10 May 2019)

  Revision: 46e25e5b375fc4ac03a11ad806440324b4637aaf
  https://github.com/ranguba/rroonga/commit/46e25e5b375fc4ac03a11ad806440324b4637aaf

  Message:
    Bump version

  Modified files:
    ext/groonga/rb-grn.h

  Modified: ext/groonga/rb-grn.h (+3 -3)
===================================================================
--- ext/groonga/rb-grn.h    2019-05-08 10:23:52 +0900 (d3b3d2cc)
+++ ext/groonga/rb-grn.h    2019-05-10 11:14:57 +0900 (b8126086)
@@ -97,9 +97,9 @@ RB_GRN_BEGIN_DECLS
 #  define debug(...)
 #endif
 
-#define RB_GRN_MAJOR_VERSION 7
-#define RB_GRN_MINOR_VERSION 1
-#define RB_GRN_MICRO_VERSION 1
+#define RB_GRN_MAJOR_VERSION 9
+#define RB_GRN_MINOR_VERSION 0
+#define RB_GRN_MICRO_VERSION 2
 
 #define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
 #define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/28536e57/attachment.html>


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