Changeset 575
- Timestamp:
- Nov 30, 2012, 12:34:44 AM (13 years ago)
- Location:
- OCO/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/install/control.scr
r572 r575 25 25 ssgroup=0 26 26 ssname="mmbase" 27 ssversion="1. 9.6-SVNr534"27 ssversion="1.09.06-SVNr572" 28 28 sstermdll="ITERM.DLL" 29 29 sstermdllentry="ITermEntry" … … 43 43 ssgroup=17 44 44 ssname="OS/2 Universal Audio: Wave" 45 ssversion="1. 9.6-SVNr534"45 ssversion="1.09.06-SVNr572" 46 46 sssize=680 47 47 ssdll="genin.dll" -
OCO/trunk/tools/mkversion.cmd
r341 r575 89 89 */ 90 90 dummy = SysFileDelete(versMak) 91 call lineout versMak, "option description '@#"ProjVendor":" major"."minor"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@"productname"'"91 call lineout versMak, "option description '@#"ProjVendor":"versionIn"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@"productname"'" 92 92 call lineout versMak 93 93 94 94 dummy = SysFileDelete(versInst) 95 call lineout versInst, "option description '@#"ProjVendor":" major"."minor"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@Installer for "productname"'"95 call lineout versInst, "option description '@#"ProjVendor":"versionIn"#@##1## "ProjString"::::"ProjVersion"::"Fixpack"@@Installer for "productname"'" 96 96 call lineout versInst 97 97 … … 148 148 do while(LINES(ctr)) 149 149 tmpLine = LINEIN(ctr) 150 IF POS('ssversion=', tmpline) = 1 150 IF POS('ssversion=', tmpline) = 1 151 151 Then tmpline = 'ssversion="'projvers'"' 152 152 call lineout tempctr, tmpline -
OCO/trunk/uniaud.inc
r572 r575 6 6 # Full UNIAUD build version 7 7 # 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 109 BUILDVERSION = 1. 9.68 # The second and third numbers must be 2 digits 9 BUILDVERSION = 1.09.06 10 10 11 11 # Fixpack version … … 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = SVNr5 6515 FIXPACK = SVNr575 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.