X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/6c5ce85989b0976bbd0a663344cc270433ec1b28..68cdc7cfe7e91b8a4a9db93492120d514f6fa68c:/version.cpp?ds=inline diff --git a/version.cpp b/version.cpp index 344386d..f4c2223 100644 --- a/version.cpp +++ b/version.cpp @@ -6,7 +6,7 @@ namespace version { ("Asynchronous Load Balancing"); const std::string num - ("0x00" + ("0.3" #include "localversion" ); @@ -14,7 +14,7 @@ namespace version { (__DATE__ " " __TIME__); const std::string copyright - ("Copyright (c) 2010, Arnaud Giersch "); + ("Copyright (c) 2010-2018, Arnaud Giersch "); }