OEChemGetVersion¶
unsigned int OEChemGetVersion()
Returns the version number of the library being used. This is an
unsigned integer value indicating the date on which the library was
built, for example 20020903
, for the 3rd of September 2002. This
value should be used when reporting problems, and unlike the release
string, may be used in comparisons if needed.
See also
Example program OEChemInfo.java