odyssey/sources/version.h.cmake

14 lines
244 B
CMake
Raw Normal View History

#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 */