#ifndef VERSIONNUMBER_H_ #define VERSIONNUMBER_H_ #include const std::string idb_version("1.0"); const std::string idb_release("2"); #endif