// *************************************************************************** // bamtools_version.h.in (c) 2010 Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- // Last modified: 19 November 2010 (DB) // --------------------------------------------------------------------------- // Provides version information for the BamTools toolkit. // *************************************************************************** #ifndef BAMTOOLS_VERSION_H #define BAMTOOLS_VERSION_H // CMake uses this file as a template to generate "bamtools_version.h". // These constants are defined to match the variables set in the build system. #define BAMTOOLS_VERSION_MAJOR 2 #define BAMTOOLS_VERSION_MINOR 2 #define BAMTOOLS_VERSION_BUILD 1 #endif // BAMTOOLS_VERSION_H