Skip to content

Commit

Permalink
Merge pull request #4407 from vgteam/codenames
Browse files Browse the repository at this point in the history
Add more codenames
  • Loading branch information
adamnovak committed Sep 23, 2024
2 parents 8d35cdb + c4e40f5 commit d6ea214
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

0 comments on commit d6ea214

Please sign in to comment.