We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2869e92 commit baeb3f6Copy full SHA for baeb3f6
include/motis/hashes.h
@@ -35,7 +35,7 @@ constexpr auto const osr_footpath_version = []() {
35
return meta_entry_t{"osr_footpath_bin_ver", 3U};
36
};
37
constexpr auto const routed_shapes_version = []() {
38
- return meta_entry_t{"routed_shapes_ver", 8U};
+ return meta_entry_t{"routed_shapes_ver", 9U};
39
40
41
std::string to_str(meta_t const&);
0 commit comments