]> git.donarmstrong.com Git - bamtools.git/blob - src/toolkit/bamtools_version.h.in
Clarified documentation on BamReader::GetNextAlignmentCore
[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 // ---------------------------------------------------------------------------
5 // Last modified: 19 November 2010 (DB)
6 // ---------------------------------------------------------------------------
7 // Provides version information for the BamTools toolkit.
8 // ***************************************************************************
9
10 #ifndef BAMTOOLS_VERSION_H
11 #define BAMTOOLS_VERSION_H
12
13 // CMake uses this file as a template to generate "bamtools_version.h".
14 // These constants are defined to match the variables set in the build system. 
15 #define BAMTOOLS_VERSION_MAJOR @BamTools_VERSION_MAJOR@
16 #define BAMTOOLS_VERSION_MINOR @BamTools_VERSION_MINOR@
17 #define BAMTOOLS_VERSION_BUILD @BamTools_VERSION_BUILD@
18
19 #endif // BAMTOOLS_VERSION_H
20