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