odyssey/core/od_version.h.cmake

14 lines
223 B
CMake

#ifndef OD_BUILD_H_
#define OD_BUILD_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
#cmakedefine OD_VERSION_GIT "@OD_VERSION_GIT@"
#cmakedefine OD_VERSION_BUILD "@OD_VERSION_BUILD@"
#endif