diff options
Diffstat (limited to 'src/module/sdk/GFSDKBuildInfo.h')
-rw-r--r-- | src/module/sdk/GFSDKBuildInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/sdk/GFSDKBuildInfo.h b/src/module/sdk/GFSDKBuildInfo.h index aea49f03..a64d95c5 100644 --- a/src/module/sdk/GFSDKBuildInfo.h +++ b/src/module/sdk/GFSDKBuildInfo.h @@ -30,7 +30,7 @@ #define GF_SDK_VERSION_MAJOR "2" #define GF_SDK_VERSION_MINOR "1" -#define GF_SDK_VERSION_PATCH "2" +#define GF_SDK_VERSION_PATCH "3" #define GF_SDK_VERSION_STR \ GF_SDK_VERSION_MAJOR "." GF_SDK_VERSION_MINOR "." GF_SDK_VERSION_PATCH |