CImageInfo: fix path to .version file

This commit is contained in:
2017-12-22 15:23:53 +01:00
parent 946d9e4bd6
commit 516ad45bfd

View File

@@ -49,7 +49,7 @@
#include <nhttpd/yconfig.h> #include <nhttpd/yconfig.h>
#include <ctype.h> #include <ctype.h>
#define VERSION_FILE TARGET_PREFIX "/.version" #define VERSION_FILE "/.version"
using namespace std; using namespace std;