*** empty log message ***

svn path=/trunk/boinc/; revision=8122
This commit is contained in:
Charlie Fenton 2005-09-21 02:05:04 +00:00
parent c6bd005ed6
commit 3fb55ddf9c
3 changed files with 15 additions and 6 deletions

View File

@ -11930,3 +11930,9 @@ David 20 Sept 2005
Rom 20 Sept 2005 (staging)
- Tag for 5.1.4 release, all platforms
boinc_core_release_5.1.4
Charlie 20 Sept 2005
- Mac: Add BOINC library version number to backtrace.
lib/
mac_backtrace.C

View File

@ -138,7 +138,11 @@ static void PrintNameOfThisApp() {
}
if (nameBuf[0])
fprintf(stderr, "\nExecutable name: %s\n", nameBuf);
fprintf(stderr, "\nCrashed executable name: %s\n", nameBuf);
#ifdef BOINC_VERSION_STRING
fprintf(stderr, "built using BOINC library version %s\n", BOINC_VERSION_STRING);
#endif
}

View File

@ -113,7 +113,6 @@
DD40CDFA07F0386B0096C645,
DD96AFFA0811075100A06F22,
DD1277B5081F3D67007B5DE1,
DD6381F80870DD83007A2F8E,
);
isa = PBXGroup;
name = "«PROJECTNAME»";
@ -2291,10 +2290,9 @@
fileEncoding = 4;
isa = PBXFileReference;
lastKnownFileType = sourcecode.cpp.cpp;
name = make_app_icon_h.C;
path = ../api/make_app_icon_h.C;
refType = 2;
sourceTree = SOURCE_ROOT;
path = make_app_icon_h.C;
refType = 4;
sourceTree = "<group>";
};
DD6381F90870DD83007A2F8E = {
fileRef = DD6381F80870DD83007A2F8E;
@ -4858,6 +4856,7 @@
DD40825607D3076400163EF5,
DD6D82DA08131AB1008F7200,
DD6381450870DB78007A2F8E,
DD6381F80870DD83007A2F8E,
DD40825707D3076400163EF5,
DD40825807D3076400163EF5,
DD40825907D3076400163EF5,