You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
[MCOL-69] - autotools bootstrap only needed on new release version
This commit is contained in:
8
dbcon/mysql/versionnumber.h
Normal file
8
dbcon/mysql/versionnumber.h
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
#ifndef VERSIONNUMBER_H_
|
||||
#define VERSIONNUMBER_H_
|
||||
#include <string>
|
||||
const std::string idb_version("1.0");
|
||||
const std::string idb_release("2");
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user