X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/de044764fcc724b2bbfa26ccf77804070498aa12..107564f0fe3721e7b68afa89ad678a0a154bd17b:/version.cpp diff --git a/version.cpp b/version.cpp index 6b6889a..e72cfde 100644 --- a/version.cpp +++ b/version.cpp @@ -6,7 +6,7 @@ namespace version { ("Asynchronous Load Balancing"); const std::string num - ("0x00" + ("0.5pre" #include "localversion" ); @@ -14,7 +14,7 @@ namespace version { (__DATE__ " " __TIME__); const std::string copyright - ("Copyright (c) 2010-2011, Arnaud Giersch "); + ("Copyright (c) 2010-2019, Arnaud Giersch "); }