HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HAPI_Version.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * COMMENTS:
7  * Generated version information to be used when linking for
8  * sanity checks.
9  */
10 
11 /////////////////////////////////////////////////////////////////////////////
12 /////////////////////////////////////////////////////////////////////////////
13 // WARNING! This file is GENERATED by Make.
14 // DO NOT modify manually or commit to the repository!
15 /////////////////////////////////////////////////////////////////////////////
16 /////////////////////////////////////////////////////////////////////////////
17 
18 #ifndef __HAPI_VERSION_h__
19 #define __HAPI_VERSION_h__
20 
21 // The three components of the Houdini version that HAPI is
22 // expecting to compile against.
23 #define HAPI_VERSION_HOUDINI_MAJOR 20
24 #define HAPI_VERSION_HOUDINI_MINOR 0
25 #define HAPI_VERSION_HOUDINI_BUILD 660
26 #define HAPI_VERSION_HOUDINI_PATCH 0
27 
28 // The two components of the Houdini Engine (marketed) version.
29 #define HAPI_VERSION_HOUDINI_ENGINE_MAJOR 6
30 #define HAPI_VERSION_HOUDINI_ENGINE_MINOR 2
31 
32 // This is a monotonously increasing API version number that can be used
33 // to lock against a certain API for compatibility purposes. Basically,
34 // when this number changes code compiled against the HAPI.h methods
35 // might no longer compile. Semantic changes to the methods will also
36 // cause this version to increase. This number will be reset to 0
37 // every time the Houdini Engine version is bumped.
38 #define HAPI_VERSION_HOUDINI_ENGINE_API 0
39 
40 #endif // __HAPI_VERSION_h__