PLCnext API Documentation 26.0.1.58
ArpVersion.h
Go to the documentation of this file.
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
7
10
12#define ARP_VERSION_NAME "2026.0.1 LTS"
13
14// must be changed manually
16#define ARP_VERSION_MAJOR 26
18#define ARP_VERSION_MINOR 0
20#define ARP_VERSION_PATCH 1
21
22// must be set by the automatic build via cmake
23// build number "0" marks a locally builded build
25#define ARP_VERSION_BUILD 58
26
27// must be set by the automatic build via cmake
29#define ARP_VERSION_STATE "alpha"
30
31// must be set by the automatic build via cmake
33#define ARP_VERSION_BUILT_BY_JOB "PLCnext/Arp_API_DOC/release%2F26.0.x"
34
35// must be set by the automatic build via cmake
37#define ARP_GIT_COMMIT_HASH = "29c488f2a138ee67b1595a774f1651875b8c8411"