mirror of https://github.com/yandex/odyssey.git
13 lines
170 B
CMake
13 lines
170 B
CMake
![]() |
#ifndef OD_BUILD_H_
|
||
|
#define OD_BUILD_H_
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
#cmakedefine OD_GIT_VERSION "@OD_GIT_VERSION@"
|
||
|
|
||
|
#endif
|