QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
qwt_version_info.h
1#ifndef QWT_VERSION_INFO_H
2#define QWT_VERSION_INFO_H
3
12#ifndef QWT_VERSION_MAJ
13#define QWT_VERSION_MAJ 7
14#endif
15
19#ifndef QWT_VERSION_MIN
20#define QWT_VERSION_MIN 2
21#endif
22
26#ifndef QWT_VERSION_PAT
27#define QWT_VERSION_PAT 1
28#endif
29
33#ifndef QWT_VERSION_STR
34#define QWT_VERSION_STR "7.2.1"
35#endif
36
37#endif // QWT_VERSION_INFO_H