Changeset 322 for GPL/branches


Ignore:
Timestamp:
Mar 25, 2008, 2:28:21 AM (17 years ago)
Author:
Paul Smedley
Message:

Do not append a - to BUILDVERSION if FIXPACK is blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/tools/mkversion.cmd

    r257 r322  
    7171parse value versionIn with major'.'minor'.'projVersion
    7272
    73 projVers  = versionIn'-'fixpack
     73if fixpack="" then
     74        projVers  = versionIn
     75else
     76        projVers  = versionIn'-'fixpack
     77
    7478projVers2 = major||minor||LEFT(projVersion, 1)
    7579
Note: See TracChangeset for help on using the changeset viewer.