odyssey/sources/version.h.cmake

14 lines
234 B
CMake
Raw Normal View History

#ifndef OD_VERSION_H
#define OD_VERSION_H
/*
2017-07-05 12:42:49 +00:00
* Odissey.
*
2017-07-05 12:42:49 +00:00
* Advanced PostgreSQL connection pooler.
*/
#cmakedefine OD_VERSION_GIT "@OD_VERSION_GIT@"
#cmakedefine OD_VERSION_BUILD "@OD_VERSION_BUILD@"
#endif /* OD_VERSION_H */