[mythtv] [mythtv-commits] mythtv commit: r12794 by jarod
Chris Pinkham
cpinkham at bc2va.org
Wed Feb 14 21:07:41 UTC 2007
* On Wed Feb 14, 2007 at 08:51:57PM +0000, mythtv at cvs.mythtv.org wrote:
> Author: jarod
> Date: 2007-02-14 20:51:56 +0000 (Wed, 14 Feb 2007)
> New Revision: 12794
> Changeset: http://cvs.mythtv.org/trac/changeset/12794
>
> Modified:
>
> branches/release-0-20-fixes/mythtv/libs/libmyth/mythcontext.h
>
> Log:
>
> Update version date string, lots has changed since August of 2006...
We should really do this a different way. This change makes it look
like the 0.20 release is a newer binary version that SVN HEAD from trunk.
Trunk has this:
#define MYTH_BINARY_VERSION "0.20.20070124-1"
while -fixes now has the following whic makes -fixes look newer:
#define MYTH_BINARY_VERSION "0.20.20070214-3"
Normally we only change the binary version when the libmyth binary
compatibility changes. If we want to differentiate this in the -fixes
branch, perhaps we should change the number at the end to -fixes.
Usually this number is used just in case we change the binary version more
than once in one day.
--
Chris
More information about the mythtv-dev
mailing list