Changeset 575


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

Fixup buildlevel strings

Location:
OCO/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/install/control.scr

    r572 r575  
    2525ssgroup=0
    2626ssname="mmbase"
    27 ssversion="1.9.6-SVNr534"
     27ssversion="1.09.06-SVNr572"
    2828sstermdll="ITERM.DLL"
    2929sstermdllentry="ITermEntry"
     
    4343ssgroup=17
    4444ssname="OS/2 Universal Audio: Wave"
    45 ssversion="1.9.6-SVNr534"
     45ssversion="1.09.06-SVNr572"
    4646sssize=680
    4747ssdll="genin.dll"
  • OCO/trunk/tools/mkversion.cmd

    r341 r575  
    8989 */
    9090dummy = SysFileDelete(versMak)
    91 call lineout versMak, "option description '@#"ProjVendor":"major"."minor"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@"productname"'"
     91call lineout versMak, "option description '@#"ProjVendor":"versionIn"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@"productname"'"
    9292call lineout versMak
    9393
    9494dummy = SysFileDelete(versInst)
    95 call lineout versInst, "option description '@#"ProjVendor":"major"."minor"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@Installer for "productname"'"
     95call lineout versInst, "option description '@#"ProjVendor":"versionIn"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@Installer for "productname"'"
    9696call lineout versInst
    9797
     
    148148do while(LINES(ctr))
    149149    tmpLine = LINEIN(ctr)
    150     IF POS('ssversion=', tmpline) = 1 
     150    IF POS('ssversion=', tmpline) = 1
    151151     Then tmpline = 'ssversion="'projvers'"'
    152152    call lineout tempctr, tmpline
  • OCO/trunk/uniaud.inc

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