1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00
Files
mariadb-columnstore-engine/columnstoreversion.h.in

8 lines
190 B
C

#ifndef VERSIONNUMBER_H_
#define VERSIONNUMBER_H_
#include <string>
const std::string columnstore_version("${VERSION}");
const std::string columnstore_release("${PACKAGE_RELEASE}");
#endif