Update versioning.

This commit is contained in:
2022-03-16 09:33:54 +03:00
parent 7d0e5ee0a7
commit 6fb8d35643
4 changed files with 33 additions and 29 deletions

12
VersionInfo.h Normal file
View File

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