From 04def5015ff923c8858742111c941d026aeec6c5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 17 Jul 2023 19:42:26 +0200 Subject: Add note to version --- plugingui/abouttab.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index 57daec3..8d0c22d 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -94,7 +94,7 @@ std::string AboutTab::getAboutText() " Version\n" "=============\n" "\n")); - about_text.append(std::string(VERSION) + "\n"); + about_text.append(std::string(VERSION) + " (note-off support)\n"); // Bugs about_text.append(_( -- cgit v1.2.3