Include Aseprite version in crash dump file name

This commit is contained in:
David Capello 2015-07-06 16:57:30 -03:00
parent 9fc7cee782
commit 115b5d36f4

View File

@ -22,7 +22,7 @@
namespace app {
#ifdef _WIN32
static const char* kDefaultCrashName = "Aseprite-crash.dmp";
static const char* kDefaultCrashName = PACKAGE "-crash-" VERSION ".dmp";
#endif
std::string memory_dump_filename()