aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/sdk/GFSDKBuildInfo.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-03 18:17:25 +0000
committersaturneric <[email protected]>2024-05-03 18:17:25 +0000
commit1d9cffa54afdca117a43465fb350ee548ec2e41f (patch)
tree4facf6641e312b39d19c1388c87eb702ea720ace /src/module/sdk/GFSDKBuildInfo.h
parentMerge remote-tracking branch 'origin/main' into develop (diff)
downloadGpgFrontend-1d9cffa54afdca117a43465fb350ee548ec2e41f.tar.gz
GpgFrontend-1d9cffa54afdca117a43465fb350ee548ec2e41f.zip
fix: discard changes but text still remains
Diffstat (limited to 'src/module/sdk/GFSDKBuildInfo.h')
-rw-r--r--src/module/sdk/GFSDKBuildInfo.h2
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