Update versioning script.

This commit is contained in:
2023-03-26 23:05:36 +03:00
parent 117c4f780f
commit a1db2f16e9
4 changed files with 1 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ SET VS=%VerMajor%.%VerMinor%.%VerPatch%
SET VNF=%VerMajor%,%VerMinor%,%VerPatch%,%GIT_COUNT% SET VNF=%VerMajor%,%VerMinor%,%VerPatch%,%GIT_COUNT%
SET VN=%VerMajor%,%VerMinor%,%VerPatch% SET VN=%VerMajor%,%VerMinor%,%VerPatch%
SET PNF=%PN% v%VS% (C++) SET PNF=%PN% v%VSF% (C++)
SET PCF=Copyright (C) %PYS%-%CURRENT_YEAR% by %PA% SET PCF=Copyright (C) %PYS%-%CURRENT_YEAR% by %PA%
SET INT_NAME=%PN%C++ SET INT_NAME=%PN%C++

Binary file not shown.

View File

@@ -2,10 +2,6 @@
// Microsoft Visual C++ generated include file. // Microsoft Visual C++ generated include file.
// Used by wCenterWindow.rc // Used by wCenterWindow.rc
// //
#define V_MAJOR 2
#define V_MINOR 3
#define V_PATCH 4
#define GIT_COUNT 72
#define IDS_CLASSNAME 102 #define IDS_CLASSNAME 102
#define IDS_APP_TITLE 103 #define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 104 #define IDD_ABOUTBOX 104
@@ -40,8 +36,6 @@
#define IDC_ABOUT_PROGNAME 1010 #define IDC_ABOUT_PROGNAME 1010
#define IDC_ABOUT_COPYRIGHT 1011 #define IDC_ABOUT_COPYRIGHT 1011
#define IDC_ABOUT_BUILDTIME 1012 #define IDC_ABOUT_BUILDTIME 1012
#define PRODUCT_YEAR_START 2020
#define V_SECS 52245
#define IDC_STATIC -1 #define IDC_STATIC -1
// Next default values for new objects // Next default values for new objects

Binary file not shown.