about summary refs log tree commit diff stats
path: root/src/version.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-07-24 15:00:14 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-07-24 15:00:14 -0400
commitb09e7749e54e21d1ccf45ef51be471e3c6200641 (patch)
tree5a960cd1c0cb8c8f8da8e80f720b447f9905eb17 /src/version.h
parentaec18ece75096c372f2c0c00012bba4f06694046 (diff)
downloadlingo-ap-tracker-b09e7749e54e21d1ccf45ef51be471e3c6200641.tar.gz
lingo-ap-tracker-b09e7749e54e21d1ccf45ef51be471e3c6200641.tar.bz2
lingo-ap-tracker-b09e7749e54e21d1ccf45ef51be471e3c6200641.zip
Bump version v0.4.4
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 2b10e89..f98eb76 100644 --- a/src/version.h +++ b/src/version.h
@@ -35,6 +35,6 @@ std::ostream& operator<<(std::ostream& out, const Version& ver) {
35 return out << "v" << ver.major << "." << ver.minor << "." << ver.revision; 35 return out << "v" << ver.major << "." << ver.minor << "." << ver.revision;
36} 36}
37 37
38constexpr const Version kTrackerVersion = Version(0, 4, 3); 38constexpr const Version kTrackerVersion = Version(0, 4, 4);
39 39
40#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file 40#endif /* end of include guard: VERSION_H_C757E53C */ \ No newline at end of file