Changeset 574 for GPL


Ignore:
Timestamp:
Nov 30, 2012, 12:33:32 AM (13 years ago)
Author:
David Azarewicz
Message:

Fixup build level strings

Location:
GPL/branches/uniaud32-2.1.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/tools/mkversion.cmd

    r322 r574  
    8686    opLoc = POS('#define CONFIG_SND_VERSION', tmpLine)
    8787    if opLoc > 0 then
    88       AlsaLevel = STRIP(RIGHT(tmpLine, ( LENGTH(tmpLine) - (POS('"', tmpLine)))),,'"') 
     88      AlsaLevel = STRIP(RIGHT(tmpLine, ( LENGTH(tmpLine) - (POS('"', tmpLine)))),,'"')
    8989end
    9090
    9191SAY 'Alsalevel = ' AlsaLevel
    9292
    93 SET "BUILDLEVEL=@#"ProjVendor":"major"."minor"#@##1## "ProjString":"alsalevel":::"ProjVersion"::"Fixpack"@@"productname
     93SET "BUILDLEVEL=@#"ProjVendor":"versionIn"#@##1## "ProjString":"alsalevel":::"ProjVersion"::"Fixpack"@@"productname
    9494
    9595call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
     
    103103    call lineout versMak, '#'
    104104    call lineout versMak, '#       Current build level for File Versioning'
    105     call lineout versMak, '#'   
     105    call lineout versMak, '#'
    106106    call lineout versMak, '#       Generated by mkversion.cmd, do NOT edit !'
    107107    call lineout versMak, '#'
  • GPL/branches/uniaud32-2.1.x/uniaud.inc

    r573 r574  
    66# Full UNIAUD build version
    77# BUILDVERSION must be 3 parts, and only numbers like 5.44.108
    8 # It is best that 2'nd number is always 2 digits, eg at least 10
    9 BUILDVERSION = 2.2.1
     8# The second and third numbers must be 2 digits
     9BUILDVERSION = 2.02.01
    1010
    1111# Fixpack version
     
    1313# ex RC3  GA  FIXPACK2 beta_47
    1414# Comment out to avoid a fixpack line in bldlevel
    15 FIXPACK = BETA SVN573
     15FIXPACK = BETA SVN574
    1616
    1717# ALSA BUILD VERSION
Note: See TracChangeset for help on using the changeset viewer.