Update About dialog.

This commit is contained in:
2023-03-26 22:50:18 +03:00
parent 6b3a90d682
commit 266afddfe5
2 changed files with 1 additions and 28 deletions

1
.gitignore vendored
View File

@@ -438,3 +438,4 @@ lightgbm.Rcheck/
*.gv
*.gv.*
/VersionInfo.h
/wCenterWindow/VersionInfo.h

View File

@@ -1,28 +0,0 @@
// wCenterWindow
// version.h
//
#pragma once
#define V_MAJOR 2
#define V_MINOR 3
#define V_PATCH 5
#define PRODUCT_NAME "wCenterWindow"
#define PRODUCT_AUTHORS "W0LF aka 'dreamforce'"
#define PRODUCT_YEAR_START 2020
#define PRODUCT_DESCRIPTION "Centers windows by hotkey"
#define BUILD_DATE "26.03.2023"
#define BUILD_TIME "21:26:13"
#define BUILD_DATETIME "Build time: 26.03.2023 21:26:13"
#define GIT_DATE "16.03.2022"
#define GIT_TIME "17:42:44"
#define GIT_DATETIME "Git time: Wed, 16-Mar-2022 17:42:44"
#define GIT_COUNT 71
#define V_SECS 77173
#define INTERNAL_NAME "wCenterWindowC++"
#define ORIG_FILE_NAME "wCenterWindow.exe"
#define PRODUCT_NAME_FULL "wCenterWindow v2.3.5 (C++)"
#define PRODUCT_COPYRIGHT "Copyright (C) 2020-2023 by W0LF aka 'dreamforce'"
#define VERSION_NUM 2,3,5
#define VERSION_STR "2.3.5"
#define VERSION_NUM_FULL 2,3,5,71
#define VERSION_STR_FULL "2.3.5.71"