second (and hopefully) final part of changes to respond to header format changes...
[ArdourMidi.git] / libs / ardour / macosx / version.h
blob9c575ee077c811cf33385f5cd7107fa6cb4f0ad5
1 /*
2 * version.h
3 * ardour
5 * Created by Taybin Rutkin on 2/22/07.
6 * Copyright 2007 Paul Davis. All rights reserved.
8 */
10 #ifndef __libardour_version_h__
11 #define __libardour_version_h__
13 extern int libardour_major_version;
14 extern int libardour_minor_version;
15 extern int libardour_micro_version;
17 #endif /* __libardour_version_h__ */