Changeset 404

Show
Ignore:
Timestamp:
02/27/07 01:53:26 (2 years ago)
Author:
Gregor
Message:

RELEASE: 0.55

RELEASE: rebuild 0.13

Files:

Legend:

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

    r392 r404  
     10.55 from 0.54: 
     2        - Rebuild: Fixed a segfault bug. 
     3 
    140.54 from 0.53: 
    25        - DSSS now again builds libraries on DMD. 
  • trunk/docs/NEWS

    r392 r404  
     12007-02-26: DSSS 0.55 released. 
     2 
    132007-02-23: DSSS 0.54 released. 
    24 
  • trunk/rebuild/mars.c

    r403 r404  
    6464    copyright = "Copyright (c) 1999-2007 by Digital Mars and Gregor Richards"; 
    6565    written = "written by Walter Bright and Gregor Richards"; 
    66     version = "version 0.12 (based on DMD 1.006)"; 
     66    version = "version 0.13 (based on DMD 1.006)"; 
    6767    global.structalign = 8; 
    6868    cmodules = NULL; 
  • trunk/sss/main.d

    r392 r404  
    4444import sss.uninstall; 
    4545 
    46 const char[] DSSS_VERSION = "0.54"; 
     46const char[] DSSS_VERSION = "0.55"; 
    4747 
    4848private {