Changeset 854

Show
Ignore:
Timestamp:
01/10/08 02:27:05 (9 months ago)
Author:
Gregor
Message:

RELEASE: 0.75

Files:

Legend:

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

    r848 r854  
     10.75 from 0.74: 
     2        - Rebuild: Fixed DMD issues. 
     3 
    140.74 from 0.73: 
    25        - Made `dsss net fetch` fall back on copying where renaming is 
  • trunk/docs/NEWS

    r848 r854  
     12008-01-09: DSSS 0.75 released. 
     2 
    132007-12-20: DSSS 0.74 released. 
    24 
  • trunk/rebuild/mars.c

    r848 r854  
    6767    copyright = "Copyright (c) 1999-2007 by Digital Mars and Gregor Richards"; 
    6868    written = "written by Walter Bright and Gregor Richards"; 
    69     version = "version 0.74 (based on DMD 2.008)"; 
     69    version = "version 0.75 (based on DMD 2.008)"; 
    7070    global.structalign = 8; 
    7171    cmodules = NULL; 
  • trunk/scripts/dsss.spec

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

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