Skip to content

Commit 00d3e79

Browse files
committed
Bump version
1 parent c0cf29b commit 00d3e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/groonga/rb-grn.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
22
/*
3-
Copyright (C) 2009-2021 Sutou Kouhei <[email protected]>
3+
Copyright (C) 2009-2025 Sutou Kouhei <[email protected]>
44
Copyright (C) 2015-2017 Masafumi Yokoyama <[email protected]>
55
66
This library is free software; you can redistribute it and/or
@@ -91,9 +91,9 @@ RB_GRN_BEGIN_DECLS
9191

9292
#define RB_GRN_HAVE_FLOAT32 GRN_VERSION_OR_LATER(10, 0, 2)
9393

94-
#define RB_GRN_MAJOR_VERSION 12
94+
#define RB_GRN_MAJOR_VERSION 14
9595
#define RB_GRN_MINOR_VERSION 1
96-
#define RB_GRN_MICRO_VERSION 1
96+
#define RB_GRN_MICRO_VERSION 2
9797

9898
#define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
9999
#define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))

0 commit comments

Comments
 (0)