ANN  0.1.1.5
A library containing multiple neural network models written in C
version.h
Go to the documentation of this file.
1 
9 #ifndef _ANN_VERSION_H_
10 #define _ANN_VERSION_H_
11 
12 #define ANN_VERSION_MAJOR 0
13 #define ANN_VERSION_MINOR 1
14 #define ANN_VERSION_PATCH 1
15 #define ANN_VERSION_TWEAK 5
16 #define ANN_VERSION "0.1.1.5"
17 
18 #endif /* _ANN_VERSION_H_ */