diff options
author | 2023-11-02 14:21:18 +0600 | |
---|---|---|
committer | 2023-11-02 14:21:55 +0600 | |
commit | 9968379aee5be5b5875ac7732c52e59059f30a0e (patch) | |
tree | f4c86a3d57d1b2da90b9ff4cce7461d4ced42984 /src/system-stats/system-stats.cpp | |
parent | da6cbb7099161c6562d127e3b3e268eb229a9c46 (diff) | |
download | shopno-os-log-sync-9968379aee5be5b5875ac7732c52e59059f30a0e.tar.gz shopno-os-log-sync-9968379aee5be5b5875ac7732c52e59059f30a0e.zip |
Bump logger version for breaking changes
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'src/system-stats/system-stats.cpp')
-rw-r--r-- | src/system-stats/system-stats.cpp | 1 |
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; |