Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 18, 2016
1 parent 8d74363 commit de2ace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/groonga/rb-grn.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RB_GRN_BEGIN_DECLS

#define RB_GRN_MAJOR_VERSION 6
#define RB_GRN_MINOR_VERSION 0
#define RB_GRN_MICRO_VERSION 2
#define RB_GRN_MICRO_VERSION 3

#define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
#define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))
Expand Down

0 comments on commit de2ace4

Please sign in to comment.