Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 9, 2025
1 parent c0cf29b commit 00d3e79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/groonga/rb-grn.h
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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 00d3e79

Please sign in to comment.