[Groonga-commit] groonga/groonga at 504ba52 [master] Fix a typo

Zurück zum Archiv-Index
Kouhei Sutou null+****@clear*****
Fri Nov 9 10:47:33 JST 2018


Kouhei Sutou	2018-11-09 10:47:33 +0900 (Fri, 09 Nov 2018)

  Revision: 504ba52b2bc32e9a0751deeb0c8da054276a8672
  https://github.com/groonga/groonga/commit/504ba52b2bc32e9a0751deeb0c8da054276a8672

  Message:
    Fix a typo

  Modified files:
    include/groonga/version.h.in

  Modified: include/groonga/version.h.in (+4 -4)
===================================================================
--- include/groonga/version.h.in    2018-11-09 10:35:39 +0900 (1a577fd82)
+++ include/groonga/version.h.in    2018-11-09 10:47:33 +0900 (f080b2e32)
@@ -18,7 +18,7 @@
 
 #pragma once
 
-#define GRN_VERION "@GRN_VERSION@"
-#define GRN_VERION_MAJOR @GRN_VERSION_MAJOR@
-#define GRN_VERION_MINOR @GRN_VERSION_MINOR@
-#define GRN_VERION_MICRO @GRN_VERSION_MICRO@
+#define GRN_VERSION "@GRN_VERSION@"
+#define GRN_VERSION_MAJOR @GRN_VERSION_MAJOR@
+#define GRN_VERSION_MINOR @GRN_VERSION_MINOR@
+#define GRN_VERSION_MICRO @GRN_VERSION_MICRO@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181109/8f6e2328/attachment.html>


More information about the Groonga-commit mailing list
Zurück zum Archiv-Index