summaryrefslogtreecommitdiff
path: root/libs/ardour/macosx/version.h
blob: 9c575ee077c811cf33385f5cd7107fa6cb4f0ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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__ */