Added "autoversioning" when compiling.

This commit is contained in:
2022-03-13 11:45:21 +03:00
parent 96940111aa
commit 2510b74aa1
7 changed files with 122 additions and 3 deletions

14
wCenterWindow/revision.h Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
#define GIT_DATE_HUMAN "02.03.2022"
#define GIT_DATE "220302"
#define GIT_BRANCH dev
#define GIT_COUNT 3
#define V_SECS 38575
#define INTERNAL_NAME "wCenterWindowC++"
#define ORIG_FILE_NAME "wCenterWindow.exe"
#define PRODUCT_NAME_FULL "wCenterWindow v2.3.3 (C++)"
#define PRODUCT_COPYRIGHT "Copyright (C) 2020-2022 by W0LF aka 'dreamforce'"
#define VERSION_NUM 2,3,3
#define VERSION_STR "2.3.3"
#define VERSION_NUM_FULL 2,3,220302,38575
#define VERSION_STR_FULL "2.3.220302.38575"