mirror of https://github.com/yandex/odyssey.git
16 lines
293 B
CMake
16 lines
293 B
CMake
#ifndef ODYSSEY_VERSION_H
|
|
#define ODYSSEY_VERSION_H
|
|
|
|
/*
|
|
* Odyssey.
|
|
*
|
|
* Scalable PostgreSQL connection pooler.
|
|
*/
|
|
|
|
/* AUTO-GENERATED (see version.h.cmake) */
|
|
|
|
#cmakedefine OD_VERSION_GIT "@OD_VERSION_GIT@"
|
|
#cmakedefine OD_VERSION_BUILD "@OD_VERSION_BUILD@"
|
|
|
|
#endif /* ODYSSEY_VERSION_H */
|