Skip to content

Commit

Permalink
Add more codenames
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Sep 23, 2024
1 parent 096627d commit c4e40f5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,17 @@ const unordered_map<string, string> Version::codenames = {
{"v1.57.0", "Franchini"},
{"v1.58.0", "Cartari"},
{"v1.59.0", "Casatico"},
{"v1.69.0", "Bologna"} // Reserved
{"v1.60.0", "Annicco"},
{"v1.61.0", "Plodio"},
{"v1.62.0", "Ranzano"},
{"v1.63.0", "Boccaleone"},
{"v1.64.0", "Vibbiana"},
{"v1.65.0", "Carfon"},
{"v1.66.0", "Navetta"},
{"v1.67.0", "Vetria"},
{"v1.68.0", "Rimbocchi"},
{"v1.69.0", "Bologna"},
{"v1.70.0", "Zebedassi"}
// Add more codenames here
};

Expand Down

1 comment on commit c4e40f5

@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 codenames. View the full report here.

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

Please sign in to comment.