Changeset 779

Show
Ignore:
Timestamp:
08/25/07 19:06:46 (1 year ago)
Author:
Gregor
Message:

RELEASE: 0.72

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/ChangeLog

    r778 r779  
    1 SVN from 0.71: 
     10.72 from 0.71: 
    22        - More DMD fixes - now always compiles one file at a time. 
    33        - Fixed -version=OSXUniversalBinary (see ticket #121). 
  • trunk/docs/NEWS

    r772 r779  
     12007-08-25: DSSS and Rebuild 0.72 released. 
     2 
    132007-08-15: DSSS and Rebuild 0.71 released. 
    24 
  • trunk/rebuild/mars.c

    r777 r779  
    6666    copyright = "Copyright (c) 1999-2007 by Digital Mars and Gregor Richards,"; 
    6767    written = "written by Walter Bright and Gregor Richards"; 
    68     version = "version 0.71 (based on DMD 1.020)"; 
     68    version = "version 0.72 (based on DMD 1.020)"; 
    6969    global.structalign = 8; 
    7070    cmodules = NULL; 
  • trunk/sss/main.d

    r772 r779  
    4646import sss.uninstall; 
    4747 
    48 const char[] DSSS_VERSION = "0.71"; 
     48const char[] DSSS_VERSION = "0.72"; 
    4949 
    5050private {