#ifndef __OCL_VERSION_HPP
#define __OCL_VERSION_HPP
// This is a Binary Encoded Decimal of the OCL's version.
// Which will be incremented each time a new release is done.
#define OCL_VERSION 0x000100
// This is the library version, which applies the following pattern:
// <semver> use it to detect what version of the OCL you're using.
#define OCL_LIB_VERSION "00_01_"
#endif