-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ | ||
/* | ||
Copyright (C) 2009-2021 Sutou Kouhei <[email protected]> | ||
Copyright (C) 2009-2025 Sutou Kouhei <[email protected]> | ||
Copyright (C) 2015-2017 Masafumi Yokoyama <[email protected]> | ||
This library is free software; you can redistribute it and/or | ||
|
@@ -91,9 +91,9 @@ RB_GRN_BEGIN_DECLS | |
|
||
#define RB_GRN_HAVE_FLOAT32 GRN_VERSION_OR_LATER(10, 0, 2) | ||
|
||
#define RB_GRN_MAJOR_VERSION 12 | ||
#define RB_GRN_MAJOR_VERSION 14 | ||
#define RB_GRN_MINOR_VERSION 1 | ||
#define RB_GRN_MICRO_VERSION 1 | ||
#define RB_GRN_MICRO_VERSION 2 | ||
|
||
#define RB_GRN_OBJECT(object) ((RbGrnObject *)(object)) | ||
#define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object)) | ||
|