You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-939 Moved columnstore version information to columnstoreversion.h for 1.1.X
This commit is contained in:
7
columnstoreversion.h.in
Normal file
7
columnstoreversion.h.in
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef VERSIONNUMBER_H_
|
||||
#define VERSIONNUMBER_H_
|
||||
#include <string>
|
||||
const std::string columnstore_version("${VERSION}");
|
||||
const std::string columnstore_release("${PACKAGE_RELEASE}");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user