TEL
Create your extensible application
Loading...
Searching...
No Matches
Version.h
Go to the documentation of this file.
1#ifndef TEL_VERSION_H
2#define TEL_VERSION_H
3
4#define TEL_VERSION_PREFIX "r"
5#define TEL_VERSION_MAJOR 0
6#define TEL_VERSION_MINOR 1
7#define TEL_VERSION_PATCH 5
8
9#define TEL_VERSION \
10 TEL_VERSION_PREFIX #TEL_VERSION_MAJOR "." #TEL_VERSION_MINOR \
11 "." #TEL_VERSION_PATCH
12
13#endif // !TEL_VERSION