Pointwise Plugin SDK
rtPwpVersions.h
Go to the documentation of this file.
1 /****************************************************************************
2  *
3  * Pointwise Plugin utility functions
4  *
5  * (C) 2021 Cadence Design Systems, Inc. All rights reserved worldwide.
6  *
7  ***************************************************************************/
8 
9 
10 #ifndef _RTPWPVERSIONS_H_
11 #define _RTPWPVERSIONS_H_
12 
13 
14 /*------------------------------------------------
15  PWP api version with which plugin conforms
16 ------------------------------------------------*/
19 #define VERSION_PWP_MAJOR 1
20 
23 #define VERSION_PWP_MINOR 0
24 
28 #define VERSION_PWP_INIT {VERSION_PWP_MAJOR, VERSION_PWP_MINOR}
29 
30 
31 /*------------------------------------------------
32  plugin software release version
33 ------------------------------------------------*/
36 #define VERSION_LIB_MAJOR 1
37 
40 #define VERSION_LIB_MINOR 0
41 
45 #define VERSION_LIB_INIT {VERSION_LIB_MAJOR, VERSION_LIB_MINOR}
46 
47 
48 /************************************************************************/
62 #endif /* _RTPWPVERSIONS_H_ */