X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/f29b38ef2a056daa14bbfda2fce78063faa773d4..3f511a3e48c8348bb4eab2718956260a8fbda291:/version.h?ds=sidebyside

diff --git a/version.h b/version.h
index 8bb146a..5db0d97 100644
--- 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;
 
 }