odyssey/core/od_version.h.cmake

14 lines
223 B
CMake
Raw Normal View History

2017-01-27 12:35:41 +00:00
#ifndef OD_BUILD_H_
#define OD_BUILD_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
2017-01-27 12:55:32 +00:00
#cmakedefine OD_VERSION_GIT "@OD_VERSION_GIT@"
#cmakedefine OD_VERSION_BUILD "@OD_VERSION_BUILD@"
2017-01-27 12:35:41 +00:00
#endif