What is the latest version and how do I get both to match?
OK, solved, but now confused. The problem was that my /etc/apt/preferences files were different. When I changed the one on the core to what the one on my MD said, I got the versions to match- here's my core now:
MythTV Version : 22779
MythTV Branch : branches/release-0-22-fixes
Network Protocol : 50
Library API : 0.22.20091023-1
QT Version : 4.4.3
I changed my preferences file from this:
Package: mythtv mythtv-frontend mythtv-backend mythtv-common mythtv-database mythtv-transcode-utils mythweb libmyth-perl
Pin: version 2:0.22*
Pin-Priority: 1001
to this:
Package: *
Pin: origin
Pin-Priority: 9999
Package: *
Pin: release v=8.10,o=Ubuntu,a=hardy,l=Ubuntu
Pin-Priority: 9998
Package: mythtv mythtv-frontend mythtv-backend mythtv-common mythtv-database mythtv-transcode-utils mythweb libmyth-perl
Pin: version 2:0.22*
Pin-Priority: 1001
Which one is correct?