Changeset 841 for EVA

Show
Ignore:
Timestamp:
02/18/08 16:01:09 (7 months ago)
Author:
mankoff
Message:

Version 1.6.5. No changes since 1.6.4 (AFAIK) but it has been many months and this is a test of the entire build system on Leopard

Location:
EVA/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • EVA/trunk/Makefile

    r824 r841  
    1 VERSION=1.6.4 
     1VERSION=1.6.5 
    22APP=EVA 
    33APPNAME=$(APP).app 
     
    8888        ditto resources/DMG/VolumeIcons.icns /Volumes/$(APP)/.VolumeIcon.icns 
    8989        /Developer/Tools/SetFile -a C /Volumes/$(APP)/.VolumeIcon.icns /Volumes/$(APP) 
    90         hdiutil unmount /Volumes/$(APP) 
     90        hdiutil eject /Volumes/$(APP) 
    9191        hdiutil convert -imagekey zlib-level=9 -format UDZO ../releases/$(DMG) -o ../releases/gz$(DMG) 
    9292        mv ../releases/gz$(DMG) ../releases/$(DMG) 
  • EVA/trunk/bin/VERSION

    r824 r841  
    1 1.6.4 
     11.6.5