AtilaCalculatorSoftware
2.3.4
C++ Interface for Atila fem resources files
version.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Project: AtilaCalculatorSoftware
4
File: version.h
5
6
Copyright (c) 2020 - All rights reserved
7
Distributed under the MIT License (https://opensource.org/licenses/MIT)
8
9
=========================================================================*/
10
#pragma once
11
#ifndef ATILACALCULATORSOFTWARE_VERSION_H
12
#define ATILACALCULATORSOFTWARE_VERSION_H
13
14
#define ACS_VERSION_MAJOR 2
15
#define ACS_VERSION_MINOR 3
16
#define ACS_VERSION_PATCH 4
17
18
#define ACS_VERSION_BUILD \
19
(ACS_VERSION_MAJOR * 10000 + (ACS_VERSION_MINOR) *100 + (ACS_VERSION_PATCH))
20
21
#endif // ATILACALCULATORSOFTWARE_VERSION_H
include
version.h
Generated by
1.8.13