pylon/PylonVersionNumber.h
Defines
Macros Documentation
define PYLON_VERSION_MAJOR
#define PYLON_VERSION_MAJOR 7
define PYLON_VERSION_MINOR
#define PYLON_VERSION_MINOR 1
define PYLON_VERSION_SUBMINOR
#define PYLON_VERSION_SUBMINOR 0
define PYLON_VERSION_BUILD
#define PYLON_VERSION_BUILD 65432
define PYLON_VERSIONSTRING_MAJOR
#define PYLON_VERSIONSTRING_MAJOR "7"
define PYLON_VERSIONSTRING_MINOR
#define PYLON_VERSIONSTRING_MINOR "1"
define PYLON_VERSIONSTRING_SUBMINOR
#define PYLON_VERSIONSTRING_SUBMINOR "0"
define PYLON_VERSIONSTRING_BUILD
#define PYLON_VERSIONSTRING_BUILD "65432"
define PYLON_VERSIONSTRING_EXTENSION
#define PYLON_VERSIONSTRING_EXTENSION "(Internal)"
Source code
// This file has been generated automatically using:
// "${buildin.inputfile}"
// DO NOT EDIT!
#pragma once
#define PYLON_VERSION_MAJOR 7
#define PYLON_VERSION_MINOR 1
#define PYLON_VERSION_SUBMINOR 0
#define PYLON_VERSION_BUILD 65432
#define PYLON_VERSIONSTRING_MAJOR "7"
#define PYLON_VERSIONSTRING_MINOR "1"
#define PYLON_VERSIONSTRING_SUBMINOR "0"
#define PYLON_VERSIONSTRING_BUILD "65432"
#define PYLON_VERSIONSTRING_EXTENSION "(Internal)"
Updated on 5 July 2022 at 15:30:01