RDKit
Open-source cheminformatics and machine learning.
versions.h
Go to the documentation of this file.
1 // $Id: versions.h 1443 2010-07-01 03:55:11Z glandrum $
2 //
3 // Copyright (c) 2010 greg Landrum
4 //
5 // @@ All Rights Reserved @@
6 //
7 namespace RDKit {
8  const char *rdkitVersion="2015.03.1";
9 
10  // The Boost version as detected at build time.
11  // CMake's Boost_LIB_VERSION is defined by the FindBoost.cmake module
12  // to be the same as the value from <boost/version.hpp>
13  const char *boostVersion="1_60";
14 }
Includes a bunch of functionality for handling Atom and Bond queries.
Definition: Atom.h:28
const char * rdkitVersion
Definition: versions.h:8
const char * boostVersion
Definition: versions.h:13