#ifndef VERSION_H
#define VERSION_H
+#include <string>
+
namespace version {
- extern const char name[];
- extern const char num[];
- extern const char date[];
- extern const char copyright[];
+ extern const std::string name;
+ extern const std::string num;
+ extern const std::string date;
+ extern const std::string copyright;
}