X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/dbb91ed646f482cbe6457d2bf6c5ab5f94429119..31105199e1ac10ed46643c7b861784e8d5e61208:/version.cpp?ds=sidebyside diff --git a/version.cpp b/version.cpp index 9cb2f86..5f28d31 100644 --- a/version.cpp +++ b/version.cpp @@ -6,7 +6,7 @@ namespace version { ("Asynchronous Load Balancing"); const std::string num - ("0.2pre" + ("0.3pre" #include "localversion" ); @@ -14,7 +14,7 @@ namespace version { (__DATE__ " " __TIME__); const std::string copyright - ("Copyright (c) 2010-2011, Arnaud Giersch "); + ("Copyright (c) 2010-2012, Arnaud Giersch "); }