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 authored 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

2 comments on commit d6ea214

@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.

15 tests passed, 1 tests failed and 0 tests skipped in 16449 seconds

Failed tests:

  • test_sim_mhc_snp1kg_mpmap (80 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 branch v1.60.0. View the full report here.

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

Please sign in to comment.