blob: 46cbb0bd5bfd99a984a7199cac685bbab53428a6 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package version
error (
NoCompatibleVersion(lmin, lmax, rmin, rmax uint64) {"en": "There were no compatible versions between ({3},{4}) and ({5},{6})."}
)