]> git.donarmstrong.com Git - bamtools.git/blob - src/toolkit/bamtools_version.h.in
aa7c06ad50d0d2bd12e1c9ead8b315b2a6032488
[bamtools.git] / src / toolkit / bamtools_version.h.in
1 // ***************************************************************************
2 // bamtools_version.h.in (c) 2010 Derek Barnett
3 // Marth Lab, Department of Biology, Boston College
4 // All rights reserved.
5 // ---------------------------------------------------------------------------
6 // Last modified: 19 November 2010 (DB)
7 // ---------------------------------------------------------------------------
8 // Provides version information for the BamTools toolkit.
9 // ***************************************************************************
10
11 #ifndef BAMTOOLS_VERSION_H
12 #define BAMTOOLS_VERSION_H
13
14 // CMake uses this file as a template to generate "bamtools_version.h".
15 // These constants are defined to match the variables set in the build system. 
16 #define BAMTOOLS_VERSION_MAJOR @BamTools_VERSION_MAJOR@
17 #define BAMTOOLS_VERSION_MINOR @BamTools_VERSION_MINOR@
18 #define BAMTOOLS_VERSION_BUILD @BamTools_VERSION_BUILD@
19
20 #endif // BAMTOOLS_VERSION_H
21