diff options
Diffstat (limited to '')
-rw-r--r-- | include/GpgFrontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GpgFrontend.h b/include/GpgFrontend.h index c9988fab..5bd7219e 100644 --- a/include/GpgFrontend.h +++ b/include/GpgFrontend.h @@ -18,15 +18,15 @@ #define PROJECT_NAME "GpgFrontend" #define BUILD_VERSION "1.0.0_Windows-10.0.19042_AMD64_Release" -#define GIT_VERSION "main_987b04aac3bae8779c7b0af0dae7bd3f8a9047d3" +#define GIT_VERSION "main_2104aa97267bd755f9fdffbf35f472929418de6b" #define VERSION_MAJOR 1 #define VERSION_MINOR 0 #define VERSION_PATCH 0 -#define BUILD_TIMESTAMP "2021-06-20 16:54:59" +#define BUILD_TIMESTAMP "2021-06-20 18:28:34" #define GIT_BRANCH_NAME "main" -#define GIT_COMMIT_HASH "987b04aac3bae8779c7b0af0dae7bd3f8a9047d3" +#define GIT_COMMIT_HASH "2104aa97267bd755f9fdffbf35f472929418de6b" #endif //GPGFRONTEND_H_IN |