supernova: c++11 compile fix
[supercollider.git] / platform / mac / SuperColliderAU / Source / SuperColliderAUVersion.h
blob0060f26e60116373860d0f6551e56d599462b634
1 /*
2 SuperColliderAU Copyright (c) 2006 Gerard Roma.
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 #ifndef __SuperColliderAUVersion_h__
21 #define __SuperColliderAUVersion_h__
24 #ifdef DEBUG
25 #define kSuperColliderAUVersion 0xFFFFFFFF
26 #else
27 #define kSuperColliderAUVersion 0x00000005
28 #endif
30 #define SuperColliderAU_COMP_SUBTYPE 'SCAU'
31 #define SuperColliderAU_COMP_MANF 'SCAU'
34 #endif