Removed unused session_control.cc.
[ardour.git] / libs / ardour / macosx / version.h
1 /*
2  *  version.h
3  *  ardour
4  *
5  *  Created by Taybin Rutkin on 2/22/07.
6  *  Copyright 2007 Paul Davis. All rights reserved.
7  *
8  */
9
10 #ifndef __libardour_version_h__
11 #define __libardour_version_h__
12
13 extern int libardour_major_version;
14 extern int libardour_minor_version;
15 extern int libardour_micro_version;
16
17 #endif /* __libardour_version_h__ */