Update About dialog.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -438,3 +438,4 @@ lightgbm.Rcheck/
|
||||
*.gv
|
||||
*.gv.*
|
||||
/VersionInfo.h
|
||||
/wCenterWindow/VersionInfo.h
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user