Update versioning scripts.

This commit is contained in:
2023-03-26 21:28:59 +03:00
parent cc2e5b5654
commit 0f8304ef23
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@@ -437,3 +437,4 @@ lightgbm.Rcheck/
# GraphViz artifacts
*.gv
*.gv.*
/VersionInfo.h

View File

@@ -1,12 +0,0 @@
// wCenterWindow
// version.h
//
#pragma once
#define V_MAJOR 2
#define V_MINOR 3
#define V_PATCH 4
#define PRODUCT_NAME "wCenterWindow"
#define PRODUCT_AUTHORS "W0LF aka 'dreamforce'"
#define PRODUCT_YEAR_START 2020
#define PRODUCT_DESCRIPTION "Centers windows by hotkey"