Changeset 854
- Timestamp:
- 01/10/08 02:27:05 (9 months ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/docs/NEWS (modified) (1 diff)
- trunk/rebuild/mars.c (modified) (1 diff)
- trunk/rebuild/rebuild.exe (modified) (previous)
- trunk/rebuild/rebuild_choosedc.exe (modified) (previous)
- trunk/scripts/dsss.spec (modified) (1 diff)
- trunk/sss/main.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r848 r854 1 0.75 from 0.74: 2 - Rebuild: Fixed DMD issues. 3 1 4 0.74 from 0.73: 2 5 - Made `dsss net fetch` fall back on copying where renaming is trunk/docs/NEWS
r848 r854 1 2008-01-09: DSSS 0.75 released. 2 1 3 2007-12-20: DSSS 0.74 released. 2 4 trunk/rebuild/mars.c
r848 r854 67 67 copyright = "Copyright (c) 1999-2007 by Digital Mars and Gregor Richards"; 68 68 written = "written by Walter Bright and Gregor Richards"; 69 version = "version 0.7 4(based on DMD 2.008)";69 version = "version 0.75 (based on DMD 2.008)"; 70 70 global.structalign = 8; 71 71 cmodules = NULL; trunk/scripts/dsss.spec
r848 r854 9 9 Summary: D Shared Software System 10 10 Name: dsss 11 Version: 0.7 411 Version: 0.75 12 12 Release: 0%{?dist} 13 13 Group: Development/Tools trunk/sss/main.d
r848 r854 46 46 import sss.uninstall; 47 47 48 const char[] DSSS_VERSION = "0.7 4";48 const char[] DSSS_VERSION = "0.75"; 49 49 50 50 private {
