Skip to content

Commit

Permalink
Merge pull request #4180 from vgteam/codenames
Browse files Browse the repository at this point in the history
Add more codenames
  • Loading branch information
adamnovak authored Dec 4, 2023
2 parents b5f9d32 + e6befb4 commit 25b02cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ const unordered_map<string, string> Version::codenames = {
{"v1.50.0", "Monopoli"},
{"v1.50.1", "Monopoli"},
{"v1.51.0", "Quellenhof"},
{"v1.52.0", "Bozen"}
{"v1.52.0", "Bozen"},
{"v1.53.0", "Valmontone"},
{"v1.54.0", "Parafada"},
{"v1.55.0", "Bernolda"}
// Add more codenames here
};

Expand Down

2 comments on commit 25b02cc

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for branch v1.53.0. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17462 seconds

@adamnovak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17474 seconds

Please sign in to comment.