diff --git a/gmqcc.h b/gmqcc.h index 6fbf900..616d7d2 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -40,7 +40,7 @@ #endif #define GMQCC_VERSION_MAJOR 0 -#define GMQCC_VERSION_MINOR 2 +#define GMQCC_VERSION_MINOR 3 #define GMQCC_VERSION_PATCH 0 #define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P)) #define GMQCC_VERSION \