Andreas Pakulat wrote: > Package: kdesvn > Version: 0.8.1-1 > Severity: minor > > Hi, > > recently I noticed this: > > [EMAIL PROTECTED]:~>kdesvn > package version in svnqt missmatched release version! > > in the terminal that kdesvn is started from. > > As you can see below svnqt1 is installed with the same version as kdesvn > so I don't understand where this might come from. >
If you open src/svnqt/version_check.hpp, you see that it has #define SVNQT_VERSIONSTRING "0.8.0" and in src/svnqt/version_check.cpp it compares VERSION (which is 0.8.1) with SVNQT_VERSIONSTRING. This results in the warning. In 0.8.2 and 0.8.3 this warning message has been removed. Cheers, Michael
signature.asc
Description: OpenPGP digital signature