From 707f03e7559b0f666ea3efbad3c093c912657d5c Mon Sep 17 00:00:00 2001 From: juacrumar Date: Tue, 21 Jun 2022 16:40:32 +0200 Subject: [PATCH] show version also in banner --- src/Vrap.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vrap.C b/src/Vrap.C index ab22ac7..c50be50 100644 --- a/src/Vrap.C +++ b/src/Vrap.C @@ -83,7 +83,7 @@ void defaultSettings(){ void printBanner(){ std::cout << "======================================================== " << std::endl; - std::cout << "= Hawaiian Vrap-VERSION = " << std::endl; + std::cout << "= Hawaiian Vrap-" VERSION " = " << std::endl; std::cout << "= = " << std::endl; std::cout << "= Computes rapidity distributions for = " << std::endl; std::cout << "= production of electroweak vector bosons in = " << std::endl;