xtd 0.2.0
xtd_version.hpp
1// This code was generated by CMake script.
2//
3// Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
4
5#pragma once
7
9// xtd version
10
11// xtd version definition : major.minor[.build[.revision]]
12// * major : 0 to 2147483647
13// * minor : 0 to 99
14// * build : 0 to 99
15// * revision : 0 to 99
16
17// For example xtd 1.2.3 (major = 1, minor = 2, build = 3 and revision = -1) :
18// #define __XTD_VERSION__ 1020300
19// #define __XTD_VERSION_MAJOR__ 1
20// #define __XTD_VERSION_MINOR__ 2
21// #define __XTD_VERSION_BUILD__ 3
22// #define __XTD_VERSION_REVISION__ 0
23// #define __XTD_VERSION_STRING__ "1.2.3"
24// #define __XTD_VERSION_FULL_STRING__ "xtd 1.2.3"
25
26// Warning
27// These macros are defined to match other libraries and/or frameworks.
28// But instead of using these old practices, it's better to use the xtd::environment::version property.
29
30#define __XTD_VERSION__ 20000
31#define __XTD_VERSION_MAJOR__ 0
32#define __XTD_VERSION_MINOR__ 2
33#define __XTD_VERSION_BUILD__ 0
34#define __XTD_VERSION_REVISION__ 0
35#define __XTD_VERSION_STRING__ "0.2.0"
36#define __XTD_VERSION_FULL_STRING__ "xtd 0.2.0"
Contains availability versions.