X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/d43e446400ac7b65d7d2dd3acd57f8f669484449..61c63b5df9b55aec7c072edb5b392569b215cb83:/version.cpp diff --git a/version.cpp b/version.cpp index 9f1a023..6b6889a 100644 --- a/version.cpp +++ b/version.cpp @@ -2,12 +2,19 @@ namespace version { - const char name[] = "Asynchronous Load Balancing"; - const char num[] = "0x00" + const std::string name + ("Asynchronous Load Balancing"); + + const std::string num + ("0x00" #include "localversion" -; - const char date[] = __DATE__ " " __TIME__; - const char copyright[] = "Copyright (c) 2010, Arnaud Giersch "; + ); + + const std::string date + (__DATE__ " " __TIME__); + + const std::string copyright + ("Copyright (c) 2010-2011, Arnaud Giersch "); }