From f06041b97e7eaab88d92a6f8848ab386d9ddd6be Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Fri, 15 Nov 2024 16:41:44 +0100 Subject: [PATCH] bump version --- dart/src/wSolver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dart/src/wSolver.cpp b/dart/src/wSolver.cpp index 73579c7..b9a7392 100644 --- a/dart/src/wSolver.cpp +++ b/dart/src/wSolver.cpp @@ -65,9 +65,9 @@ Solver::Solver(std::shared_ptr<Problem> _pbl, << "** _ /_/ /_ ___ | __ _/_ / **\n" << "** /_____/ /_/ |_/_/ |_| /_/ **\n" << "*******************************************************************************\n" - << "** Hi! My name is DART v1.2.0-22.10 **\n" + << "** Hi! My name is DART v1.3.0-24.12 **\n" << "** Adrien Crovato **\n" - << "** ULiege 2018-2022 **\n" + << "** ULiege 2018-2024 **\n" << "*******************************************************************************\n" << std::endl; -- GitLab