Navigation Menu

Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent ff2dd28 commit 091501a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/groonga/rb-grn.h
Expand Up @@ -97,9 +97,9 @@ RB_GRN_BEGIN_DECLS
# define debug(...)
#endif

#define RB_GRN_MAJOR_VERSION 6
#define RB_GRN_MINOR_VERSION 1
#define RB_GRN_MICRO_VERSION 4
#define RB_GRN_MAJOR_VERSION 7
#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))
Expand Down

0 comments on commit 091501a

Please sign in to comment.