00001 // $Id: versions.h 1443 2010-07-01 03:55:11Z glandrum $ 00002 // 00003 // Copyright (c) 2010 greg Landrum 00004 // 00005 // @@ All Rights Reserved @@ 00006 // 00007 namespace RDKit { 00008 const char *rdkitVersion="2011.12.1pre"; 00009 00010 // The Boost version as detected at build time. 00011 // CMake's Boost_LIB_VERSION is defined by the FindBoost.cmake module 00012 // to be the same as the value from <boost/version.hpp> 00013 const char *boostVersion="1_48"; 00014 }
1.7.1