blob: cff9e17e3a50b129478a4117d3d27a40abff0530 [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.
/**
* @private
* @fileoverview Definition of constants for VOM versions.
*/
module.exports = {
version80: 0x80,
version81: 0x81,
defaultVersion: 0x80,
allowedVersions: [0x80, 0x81]
};