diff --git a/ffi_version.h b/ffi_version.h index 2513022..66f3316 100644 --- a/ffi_version.h +++ b/ffi_version.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define ffi_version() ((VERSION_MAJOR << 16) + (VERSION_MINOR << 8) + VERSION_PATCH)