1
0
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:
justin
2016-06-15 04:46:10 -04:00
parent 62fa5bece7
commit 22b7b3d1ef
123 changed files with 164151 additions and 139 deletions

View 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