mirror of https://github.com/yandex/odyssey.git
14 lines
244 B
CMake
14 lines
244 B
CMake
![]() |
#ifndef OD_VERSION_H
|
||
|
#define OD_VERSION_H
|
||
|
|
||
|
/*
|
||
|
* odissey.
|
||
|
*
|
||
|
* PostgreSQL connection pooler and request router.
|
||
|
*/
|
||
|
|
||
|
#cmakedefine OD_VERSION_GIT "@OD_VERSION_GIT@"
|
||
|
#cmakedefine OD_VERSION_BUILD "@OD_VERSION_BUILD@"
|
||
|
|
||
|
#endif /* OD_VERSION_H */
|