Changeset 891

Show
Ignore:
Timestamp:
04/11/08 18:05:45 (6 months ago)
Author:
Gregor
Message:

RELEASE: 0.76

Files:

Legend:

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

    r890 r891  
    1 SVN from 0.75: 
     10.76 from 0.75: 
    22        - Rebuild: dmd-win-tango now correctly uses -ltango-base-dmd instead 
    33          of -lphobos 
  • trunk/docs/NEWS

    r854 r891  
     12008-04-11: DSSS 0.76 released. 
     2 
    132008-01-09: DSSS 0.75 released. 
    24 
  • trunk/rebuild/mars.c

    r888 r891  
    7171    copyright = "Copyright (c) 1999-2008 by Digital Mars and Gregor Richards"; 
    7272    written = "written by Walter Bright and Gregor Richards"; 
    73     version = "version 0.75 (based on DMD 2.012)"; 
     73    version = "version 0.76 (based on DMD 2.012)"; 
    7474    global.structalign = 8; 
    7575    cmodules = NULL; 
  • trunk/scripts/dsss.spec

    r854 r891  
    99Summary: D Shared Software System 
    1010Name: dsss 
    11 Version: 0.75 
     11Version: 0.76 
    1212Release: 0%{?dist} 
    1313Group: Development/Tools 
  • trunk/sss/main.d

    r854 r891  
    4646import sss.uninstall; 
    4747 
    48 const char[] DSSS_VERSION = "0.75"; 
     48const char[] DSSS_VERSION = "0.76"; 
    4949 
    5050private {