diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-14 17:58:59 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-14 17:58:59 -0800 |
| commit | ce44ef96246d1b212c1ae936ce2fe0f5cd270711 (patch) | |
| tree | 5e06c1fa23ef1be84c248b3dbf51747a79318c0f /lib/compatibility | |
| parent | 94a437c58426ce00976d3ab15f19817642d188c4 (diff) | |
Added support for --upgrade-from=foo/1.0 without --upgrade-to= (assume
latest version)
Diffstat (limited to 'lib/compatibility')
| -rw-r--r-- | lib/compatibility/compatibility.nom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compatibility/compatibility.nom b/lib/compatibility/compatibility.nom index 444be11..8e48903 100644 --- a/lib/compatibility/compatibility.nom +++ b/lib/compatibility/compatibility.nom @@ -79,6 +79,7 @@ externally [ $start = (Ver $start_version) $end = (Ver $end_version) + $end.lib or= $start.lib assume $start.lib == $end.lib $seen = {} |
