X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/79e5037d17c779e635bdbe0855c8dfa3c067c665..refs/heads/master:/version.cpp?ds=inline diff --git a/version.cpp b/version.cpp index 5f28d31..e72cfde 100644 --- a/version.cpp +++ b/version.cpp @@ -6,7 +6,7 @@ namespace version { ("Asynchronous Load Balancing"); const std::string num - ("0.3pre" + ("0.5pre" #include "localversion" ); @@ -14,7 +14,7 @@ namespace version { (__DATE__ " " __TIME__); const std::string copyright - ("Copyright (c) 2010-2012, Arnaud Giersch "); + ("Copyright (c) 2010-2019, Arnaud Giersch "); }