Changeset 891
- Timestamp:
- 04/11/08 18:05:45 (6 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
r890 r891 1 SVNfrom 0.75:1 0.76 from 0.75: 2 2 - Rebuild: dmd-win-tango now correctly uses -ltango-base-dmd instead 3 3 of -lphobos trunk/docs/NEWS
r854 r891 1 2008-04-11: DSSS 0.76 released. 2 1 3 2008-01-09: DSSS 0.75 released. 2 4 trunk/rebuild/mars.c
r888 r891 71 71 copyright = "Copyright (c) 1999-2008 by Digital Mars and Gregor Richards"; 72 72 written = "written by Walter Bright and Gregor Richards"; 73 version = "version 0.7 5(based on DMD 2.012)";73 version = "version 0.76 (based on DMD 2.012)"; 74 74 global.structalign = 8; 75 75 cmodules = NULL; trunk/scripts/dsss.spec
r854 r891 9 9 Summary: D Shared Software System 10 10 Name: dsss 11 Version: 0.7 511 Version: 0.76 12 12 Release: 0%{?dist} 13 13 Group: Development/Tools trunk/sss/main.d
r854 r891 46 46 import sss.uninstall; 47 47 48 const char[] DSSS_VERSION = "0.7 5";48 const char[] DSSS_VERSION = "0.76"; 49 49 50 50 private {
