From bd71f58fb240410efe1f9459644ace9e6ef67b2a Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Fri, 23 Feb 2007 02:03:35 +0000 Subject: Removed unused session_control.cc. Added XCode project for libardour Modified midi++'s XCode to use consistant paths and depend on pbd. git-svn-id: svn://localhost/ardour2/trunk@1493 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/macosx/version.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libs/ardour/macosx/version.h (limited to 'libs/ardour/macosx/version.h') diff --git a/libs/ardour/macosx/version.h b/libs/ardour/macosx/version.h new file mode 100644 index 0000000000..f9f652ab81 --- /dev/null +++ b/libs/ardour/macosx/version.h @@ -0,0 +1,17 @@ +/* + * version.h + * ardour + * + * Created by Taybin Rutkin on 2/22/07. + * Copyright 2007 Paul Davis. All rights reserved. + * + */ + +#ifndef __libardour_version_h__ +#define __libardour_version_h__ + +extern int libardour_major_version; +extern int libardour_minor_version; +extern int libardour_micro_version; + +#endif /* __libardour_version_h__ */ \ No newline at end of file -- cgit v1.2.3