You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
8 lines
190 B
C
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
|
|
|