numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
version.h File Reference

Definition of macros of the version of this project. More...

Go to the source code of this file.

Macros

#define NUM_COLLECT_VERSION_MAJOR   0
 Major version of numerical-collection-cpp project.
 
#define NUM_COLLECT_VERSION_MINOR   10
 Minor version of numerical-collection-cpp project.
 
#define NUM_COLLECT_VERSION_PATCH   0
 Patch version of numerical-collection-cpp project.
 

Detailed Description

Definition of macros of the version of this project.

Definition in file version.h.

Macro Definition Documentation

◆ NUM_COLLECT_VERSION_MAJOR

#define NUM_COLLECT_VERSION_MAJOR   0

Major version of numerical-collection-cpp project.

Definition at line 23 of file version.h.

◆ NUM_COLLECT_VERSION_MINOR

#define NUM_COLLECT_VERSION_MINOR   10

Minor version of numerical-collection-cpp project.

Definition at line 26 of file version.h.

◆ NUM_COLLECT_VERSION_PATCH

#define NUM_COLLECT_VERSION_PATCH   0

Patch version of numerical-collection-cpp project.

Definition at line 29 of file version.h.