summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/server/Daemon.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp
index ef9ad2e0..668bffb5 100644
--- a/lib/server/Daemon.cpp
+++ b/lib/server/Daemon.cpp
@@ -28,6 +28,8 @@
#include <process.h>
#endif
+#include "depot.h"
+
#include <iostream>
#include "Daemon.h"
@@ -111,6 +113,7 @@ void Daemon::Usage()
{
std::cout <<
DaemonBanner() << "\n"
+ "(built with QDBM " << dpversion << ")\n"
"\n"
"Usage: " << mAppName << " [options] [config file]\n"
"\n"