v1.3.0.0
wasim_version.h
1/*
2This file is part of the WASimCommander project.
3https://github.com/mpaperno/WASimCommander
4
5COPYRIGHT: (c) Maxim Paperno; All Rights Reserved.
6
7This file may be used under the terms of either the GNU General Public License (GPL)
8or the GNU Lesser General Public License (LGPL), as published by the Free Software
9Foundation, either version 3 of the Licenses, or (at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16Copies of the GNU GPL and LGPL are included with this project
17and are available at <http://www.gnu.org/licenses/>.
18*/
19
20// THIS FILE IS GENERATED BY A SCRIPT, CHANGES WILL NOT PERSIST. EDIT THE CORRESPONDING .in TEMPLATE FILE INSTEAD.
21
22#pragma once
23
24#define WSMCMND_PROJECT_NAME "WASimCommander"
25#define WSMCMND_CLIENT_NAME "WASimClient"
26#define WSMCMND_SERVER_NAME "WASimModule"
27#define WSMCMND_GUI_NAME "WASimUI"
28
29#define WSMCMND_VER_MAJOR 1
30#define WSMCMND_VER_MINOR 3
31#define WSMCMND_VER_PATCH 0
32#define WSMCMND_VER_BUILD 0
33// Git commit hash (top 8 bytes)
34#define WSMCMND_VER_COMIT 0x3BD8E52DUL
35/// Version number in 32 bit "binary coded decimal", eg. 0x01230400 = 1.23.4.0
36#define WSMCMND_VERSION 0x01030000UL
37/// Possible version suffix, eg "-beta1" (can be blank for release versions)
38#define WSMCMND_VER_NAME ""
39/// Dotted version string Maj.Min.Pat.Bld, eg. "1.23.4.0"
40#define WSMCMND_VERSION_STR "1.3.0.0"
41/// Dotted version string with possible suffix, eg. "1.23.4.0-beta1"
42#define WSMCMND_VERSION_INFO "1.3.0.0"
43/// Build date & time in ISO-8601 "Zulu Time" format, UTC
44#define WSMCMND_BUILD_DATE "2024-11-15T17:50:50Z"
45
46
47#define WSMCMND_PROJECT_URL "https://github.com/mpaperno/WASimCommander"
48#define WSMCMND_PROJECT_COPYRIGHT "Copyright Maxim Paperno; All rights reserved."
49#define WSMCMND_PROJECT_DESCRIPT "Remote access to the Microsoft Flight Simulator 2020 Gauge API."
50#define WSMCMND_PROJECT_LICENSE "WASimCommander API and WASimClient licensed under LGPL v3 or GPL v3. WASimModule and all other code licensed under GPL v3. Full terms are detailed in the README, LICENSE.GPL.txt, and LICENSE.LGPL.txt files which should accompany this distribution and are available at the project's URL."