X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/f29b38ef2a056daa14bbfda2fce78063faa773d4..61c63b5df9b55aec7c072edb5b392569b215cb83:/version.h 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 + 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; }