Skip to content

Commit

Permalink
Merge pull request #3856 from vgteam/add-version-names
Browse files Browse the repository at this point in the history
Add version names
  • Loading branch information
xchang1 authored Feb 14, 2023
2 parents 751c940 + 47bdb7e commit ceed9d3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ const unordered_map<string, string> Version::codenames = {
{"v1.42.0", "Obolo"},
{"v1.43.0", "Barisano"},
{"v1.44.0", "Solara"},
{"v1.45.0", "Alpicella"}
{"v1.45.0", "Alpicella"},
{"v1.46.0", "Altamura"},
{"v1.47.0", "Ostuni"},
{"v1.48.0", "Gallipoli"},
{"v1.49.0", "Peschici"},
{"v1.50.0", "Monopoli"},
{"v1.51.0", "Quellenhof"},
{"v1.52.0", "Bozen"}
// Add more codenames here
};

Expand Down

2 comments on commit ceed9d3

@adamnovak
Copy link
Member

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 9860 seconds

@adamnovak
Copy link
Member

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

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

Please sign in to comment.