about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/version.h b/src/version.h index 805dc2d..db75351 100644 --- a/src/version.h +++ b/src/version.h
@@ -31,9 +31,7 @@ struct Version {
31 } 31 }
32}; 32};
33 33
34std::ostream& operator<<(std::ostream& out, const Version& ver) { 34std::ostream& operator<<(std::ostream& out, const Version& ver);
35 return out << "v" << ver.major << "." << ver.minor << "." << ver.revision;
36}
37 35
38constexpr const Version kTrackerVersion = Version(0, 9, 0); 36constexpr const Version kTrackerVersion = Version(0, 9, 0);
39 37