Jamoma API  0.6.0.a19
JamomaMaxVersion.template.h
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup implementationMaxLibrary
4  *
5  * @brief Jamoma For Max Shared Library
6  *
7  * @details Functions and resources used by Max objects.
8  *
9  * @authors Tim Place
10  *
11  * @copyright Copyright (c) 2009, Tim Place @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 #ifndef __JAMOMA_MAX_VERSION_H__
17 #define __JAMOMA_MAX_VERSION_H__
18 
19 #define JAMOMA_MAX_VERSION "0.5.5 a1"
20 #define JAMOMA_MAX_REV "abcde"
21 
22 #endif //__JAMOMA_MAX_VERSION_H__