X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FSamConstants.h;h=4bb7ee9b0268a392dec65ca1ee8fd64965912322;hb=76bb08a359f3974eee3e96327b965ccf7958ed1a;hp=913c21391cda75030a4b1bb9f190857730666faf;hpb=72f5b82ad353b4cc9d6f8153f1ad19cc387b9597;p=bamtools.git diff --git a/src/api/SamConstants.h b/src/api/SamConstants.h index 913c213..4bb7ee9 100644 --- a/src/api/SamConstants.h +++ b/src/api/SamConstants.h @@ -2,7 +2,7 @@ // SamConstants.h (c) 2010 Derek Barnett // Marth Lab, Department of Biology, Boston College // --------------------------------------------------------------------------- -// Last modified: 19 April 2011 (DB) +// Last modified: 27 March 2012 (DB) // --------------------------------------------------------------------------- // Provides constants for SAM header // *************************************************************************** @@ -10,7 +10,7 @@ #ifndef SAM_CONSTANTS_H #define SAM_CONSTANTS_H -#include +#include "api/api_global.h" #include namespace BamTools { @@ -24,6 +24,8 @@ const char SAM_STAR = '*'; const char SAM_TAB = '\t'; const std::string SAM_DIGITS = "0123456789"; +const std::string SAM_CURRENT_VERSION = "1.4"; + // HD entries const std::string SAM_HD_BEGIN_TOKEN = "@HD"; const std::string SAM_HD_VERSION_TAG = "VN";