diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-13 13:16:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-13 13:16:41 +0300 |
commit | 632700c7828d2b9667c8dc8bc3403f910b51e158 (patch) | |
tree | a0eebd39c1a49e9cf51f4fb8425bdf9d3e73fbdb /plugins/SendScreenshotPlus/src/version.h | |
parent | c42f503c8e3c1e6e4a7689b3b3cff17d2722c9ac (diff) |
fixes #5017 (SendSS: UploadPie not working) + some code formatting
Diffstat (limited to 'plugins/SendScreenshotPlus/src/version.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/version.h b/plugins/SendScreenshotPlus/src/version.h index dd8c6ef385..1f0e6a2fa9 100644 --- a/plugins/SendScreenshotPlus/src/version.h +++ b/plugins/SendScreenshotPlus/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|