Skip to content

Commit

Permalink
Merge pull request #1993 from adamnovak/codenames
Browse files Browse the repository at this point in the history
Put the codenames in the order I meant to have them
  • Loading branch information
adamnovak authored Nov 19, 2018
2 parents ba6046a + d52b981 commit 8ddd202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ const unordered_map<string, string> Version::codenames = {
{"v1.9.0", "Miglionico"},
{"v1.10.0", "Rionero"},
{"v1.11.0", "Cairano"},
{"v1.12.0", "Candida"},
{"v1.12.0", "Parolise"},
{"v1.13.0", "Moschiano"},
{"v1.14.0", "Quadrelle"},
{"v1.15.0", "Tufo"},
{"v1.16.0", "Rotondi"},
{"v1.17.0", "Parolise"},
{"v1.17.0", "Candida"},
{"v1.18.0", "Zungoli"},
{"v1.19.0", "Tramutola"},
{"v1.20.0", "Ginestra"}
Expand Down

1 comment on commit 8ddd202

@cgcloud-jenkins
Copy link

Choose a reason for hiding this comment

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

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

19 tests passed, 0 tests failed and 10 tests skipped in 21256 seconds

Tests produced 2792 warnings. 2792 were for lower-than-expected alignment scores

Please sign in to comment.