]> AND Private Git Repository - loba.git/blobdiff - version.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Update platform.xml.
[loba.git] / version.h
index 8bb146a99b049ce5fcd576d83294bea8018c2090..5db0d97f6f04ee0b2363b793a8d7de8b83f2beed 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,12 +1,14 @@
 #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;
 
 }