KMyMoney version discrepancy

Which version of kmymoney is actually installed? KMyMoney reports 5.0.0 while RPM reports 5.0.1. I need to file a bug report with the kmymoney developers, but first I need to be certain that I’m running the most recent release.

Thanks!

$ kmymoney -v
kmymoney 5.0.0
$ rpm -q kmymoney 
kmymoney-5.0.1-lp150.2.3.1.x86_64
$ rpm -qi kmymoney 
Name        : kmymoney
Version     : 5.0.1
Release     : lp150.2.3.1
Architecture: x86_64
Install Date: Mon 20 Aug 2018 11:50:20 AM EDT
Group       : Productivity/Office/Finance
Size        : 24220364
License     : GPL-2.0 OR GPL-3.0
Signature   : RSA/SHA256, Wed 18 Jul 2018 02:48:55 AM EDT, Key ID b88b2fd43dbdc284
Source RPM  : kmymoney-5.0.1-lp150.2.3.1.src.rpm
Build Date  : Wed 18 Jul 2018 02:46:19 AM EDT
Build Host  : cloud138
Relocations : (not relocatable)
Packager    : http://bugs.opensuse.org
Vendor      : openSUSE
URL         : http://www.kmymoney.org/
Summary     : A Personal Finance Manager by KDE
Description :
KMyMoney is a Personal Finance Manager by KDE. It operates
similar to Quicken, supports various account types, categorization
of expenses, multiple currencies, online banking support via QIF,
OFX and HBCI, budgeting and a rich set of reports.
Distribution: openSUSE Leap 15.0

Yes, 5.0.1 really is 5.0.1.

Upstream forgot to change the version number it reports, which is visible in git: https://cgit.kde.org/kmymoney.git/tree/CMakeLists.txt?id=v5.0.1#n5

Thanks. That makes sense now.