aboutsummaryrefslogtreecommitdiff
path: root/src/system-stats/system-stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/system-stats/system-stats.cpp')
-rw-r--r--src/system-stats/system-stats.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system-stats/system-stats.cpp b/src/system-stats/system-stats.cpp
index 6a9549c..6f6555a 100644
--- a/src/system-stats/system-stats.cpp
+++ b/src/system-stats/system-stats.cpp
@@ -19,6 +19,7 @@ int main()
).count();
stream.get() << "begin\t" << epoch << std::endl;
+ stream.get() << "ver\t" << APP_MAJOR << "\t" << APP_MINOR << std::endl;
stream.get() << dumpReport();
stream.get() << "end\t" << epoch << std::endl;