Changeset 848

Show
Ignore:
Timestamp:
12/20/07 18:15:37 (10 months ago)
Author:
Gregor
Message:

RELEASE: 0.74

Files:

Legend:

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

    r845 r848  
    1 SVN from 0.73: 
     10.74 from 0.73: 
    22        - Made `dsss net fetch` fall back on copying where renaming is 
    33          impossible (see ticket #138). 
  • trunk/docs/NEWS

    r816 r848  
     12007-12-20: DSSS 0.74 released. 
     2 
    132007-10-09: DSSS 0.73 released. 
    24 
  • trunk/docs/README.release

    r842 r848  
    551) sss/main.d, docs/ChangeLog, docs/NEWS, rebuild/mars.c, rebuild/rebuild.exe, 
    66   rebuild/rebuild_choosedc.exe and scripts/dsss.spec all need to be updated. 
     7   $ vim sss/main.d docs/ChangeLog docs/NEWS rebuild/mars.c scripts/dsss.spec 
    78 
    892) svn export to dsss-<version> 
  • trunk/rebuild/mars.c

    r847 r848  
    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.73 (based on DMD 2.008)"; 
     69    version = "version 0.74 (based on DMD 2.008)"; 
    7070    global.structalign = 8; 
    7171    cmodules = NULL; 
  • trunk/scripts/dsss.spec

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

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