AAX SDK  2.1.1
Avid Audio Extensions Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AAX_Version.h
Go to the documentation of this file.
1 /*================================================================================================*/
2 /*
3 
4  * Copyright 2013 by Avid Technology, Inc.
5  * All rights reserved.
6  *
7  * CONFIDENTIAL: This document contains confidential information. Do not
8  * read or examine this document unless you are an Avid Technology employee
9  * or have signed a non-disclosure agreement with Avid Technology which protects
10  * the confidentiality of this document. DO NOT DISCLOSE ANY INFORMATION
11  * CONTAINED IN THIS DOCUMENT TO ANY THIRD-PARTY WITHOUT THE PRIOR WRITTEN CONSENT
12  * OF Avid Technolgy, INC.
13  *
14  */
15 
23 /*================================================================================================*/
24 
25 
26 #pragma once
27 
28 #ifndef _AAX_VERSION_H_
29 #define _AAX_VERSION_H_
30 
31 
48 #define AAX_SDK_VERSION ( 0x0201 )
49 
56 #define AAX_SDK_CURRENT_REVISION ( 7820991 )
57 
58 
59 #define AAX_SDK_1p0p1_REVISION ( 3712639 )
60 #define AAX_SDK_1p0p2_REVISION ( 3780585 )
61 #define AAX_SDK_1p0p3_REVISION ( 3895859 )
62 #define AAX_SDK_1p0p4_REVISION ( 4333589 )
63 #define AAX_SDK_1p0p5_REVISION ( 4598560 )
64 #define AAX_SDK_1p0p6_REVISION ( 5051497 )
65 #define AAX_SDK_1p5p0_REVISION ( 5740047 )
66 #define AAX_SDK_2p0b1_REVISION ( 6169787 )
67 #define AAX_SDK_2p0p0_REVISION ( 6307708 )
68 #define AAX_SDK_2p0p1_REVISION ( 6361692 )
69 #define AAX_SDK_2p1p0_REVISION ( 7820991 )
70 //CURREVSTAMP < do not remove this comment
71 
72 
73 
74 #endif // #ifndef _AAX_VERSION_H_