Description: Fix upstream version in about dialog
 Currently upstream doesn’t update the version in the about dialog
 which stays "3.0.5+" with every release.
 .
 This patch fixes that by updating the about dialog to the correct
 version.
Author: Aurélien COUDERC <coucouf@debian.org>
Last-Update: 2020-02-06
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -38,7 +38,7 @@
 
     KAboutData aboutData(QStringLiteral("yakuake"),
         xi18nc("@title", "<application>Yakuake</application>"),
-        QStringLiteral("3.0.5+"),
+        QStringLiteral("19.12.2"),
         xi18nc("@title", "A drop-down terminal emulator based on KDE Konsole technology."),
         KAboutLicense::GPL,
         xi18nc("@info:credit", "(c) 2008-2018 The Yakuake Team"),
