[mythtv-commits] Re: Ticket #47: Replace MYTH_BINARY_VERSION with svn derived version string

MythTV mythtv at cvs.mythtv.org
Sun Jul 3 11:11:23 EDT 2005


#47: Replace MYTH_BINARY_VERSION with svn derived version string
--------------------+-------------------------------------------------------
       Id:  47      |      Status:  closed                      
Component:  mythtv  |    Modified:  Sun Jul  3 15:11:23 2005    
 Severity:  low     |   Milestone:                              
 Priority:  minor   |     Version:  head                        
    Owner:  ijr     |    Reporter:  Dibblahmythml0015 at pendor.org
--------------------+-------------------------------------------------------
Changes (by ijr):

  * resolution:  => invalid
  * status:  new => closed

Comment:

 No, MYTH_BINARY_VERSION shouldn't change like this.  It's an ABI version,
 not a checkout version.  This patch would require the user to recompile
 all their plugins for absolutely no reason.

 Additionally, it shouldn't go in the configure script.  Not running
 configure would cause it to not update the checkout number, and this
 wouldn't work at all in the case of a release where there aren't any .svn
 directories.

 If this were to be done right, it'd be contained in a separate .cpp file
 (not a .h) so it doesn't trigger recompiles of large chunks of the code.
 It'd have to be updated on every checkin as well.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/47>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list