From: Kouhei S. <nu...@co...> - 2017-10-16 13:54:07
|
Kouhei Sutou 2017-10-16 22:53:38 +0900 (Mon, 16 Oct 2017) New Revision: 5d88723b4dd778cf0d3eec59f91abbdaac8fa893 https://github.com/ruby-gnome2/ruby-gnome2/commit/5d88723b4dd778cf0d3eec59f91abbdaac8fa893 Message: Bump version Modified files: glib2/ext/glib2/rbglib.h Modified: glib2/ext/glib2/rbglib.h (+2 -2) =================================================================== --- glib2/ext/glib2/rbglib.h 2017-10-16 18:22:06 +0900 (4db750bbf) +++ glib2/ext/glib2/rbglib.h 2017-10-16 22:53:38 +0900 (916546058) @@ -35,8 +35,8 @@ extern "C" { #endif /* __cplusplus */ #define RBGLIB_MAJOR_VERSION 3 -#define RBGLIB_MINOR_VERSION 1 -#define RBGLIB_MICRO_VERSION 9 +#define RBGLIB_MINOR_VERSION 2 +#define RBGLIB_MICRO_VERSION 0 #ifndef RB_ZALLOC # ifdef ZALLOC |