AAX SDK 2.8.0
Avid Audio Extensions Development Kit
Loading...
Searching...
No Matches
AAX_Version.h
Go to the documentation of this file.
1/*================================================================================================*/
2/*
3
4 * Copyright 2013-2017, 2019, 2021-2024 Avid Technology, Inc.
5 * All rights reserved.
6 *
7 * This file is part of the Avid AAX SDK.
8 *
9 * The AAX SDK is subject to commercial or open-source licensing.
10 *
11 * By using the AAX SDK, you agree to the terms of both the Avid AAX SDK License
12 * Agreement and Avid Privacy Policy.
13 *
14 * AAX SDK License: https://developer.avid.com/aax
15 * Privacy Policy: https://www.avid.com/legal/privacy-policy-statement
16 *
17 * Or: You may also use this code under the terms of the GPL v3 (see
18 * www.gnu.org/licenses).
19 *
20 * THE AAX SDK IS PROVIDED "AS IS" WITHOUT ANY WARRANTY, AND ALL WARRANTIES, WHETHER
21 * EXPRESSED OR IMPLIED, INCLUDING MERCHANTABILITY AND FITNESS FOR PURPOSE, ARE
22 * DISCLAIMED.
23 *
24 */
25
33/*================================================================================================*/
34
35
36#pragma once
37
38#ifndef _AAX_VERSION_H_
39#define _AAX_VERSION_H_
40
41
56#define AAX_SDK_VERSION ( 0x0208 )
57
60#define AAX_SDK_CURRENT_REVISION ( 20208000 )
61
62
63#define AAX_SDK_1p0p1_REVISION ( 3712639 )
64#define AAX_SDK_1p0p2_REVISION ( 3780585 )
65#define AAX_SDK_1p0p3_REVISION ( 3895859 )
66#define AAX_SDK_1p0p4_REVISION ( 4333589 )
67#define AAX_SDK_1p0p5_REVISION ( 4598560 )
68#define AAX_SDK_1p0p6_REVISION ( 5051497 )
69#define AAX_SDK_1p5p0_REVISION ( 5740047 )
70#define AAX_SDK_2p0b1_REVISION ( 6169787 )
71#define AAX_SDK_2p0p0_REVISION ( 6307708 )
72#define AAX_SDK_2p0p1_REVISION ( 6361692 )
73#define AAX_SDK_2p1p0_REVISION ( 7820991 )
74#define AAX_SDK_2p1p1_REVISION ( 8086416 )
75#define AAX_SDK_2p2p0_REVISION ( 9967334 )
76#define AAX_SDK_2p2p1_REVISION ( 10693954 )
77#define AAX_SDK_2p2p2_REVISION ( 11819832 )
78#define AAX_SDK_2p3p0_REVISION ( 12546840 )
79#define AAX_SDK_2p3p1_REVISION ( 13200373 )
80#define AAX_SDK_2p3p2_REVISION ( 14017972 )
81#define AAX_SDK_2p4p0_REVISION ( 20204000 )
82#define AAX_SDK_2p4p1_REVISION ( 20204010 )
83#define AAX_SDK_2p5p0_REVISION ( 20205000 )
84#define AAX_SDK_2p6p0_REVISION ( 20206000 )
85#define AAX_SDK_2p6p1_REVISION ( 20206001 )
86#define AAX_SDK_2p7p0_REVISION ( 20207000 )
87#define AAX_SDK_2p8p0_REVISION ( 20208000 )
88//CURREVSTAMP < do not remove this comment
89
90
91
92#endif // #ifndef _AAX_VERSION_H_