Constant ketos::bytecode::BYTECODE_VERSION [] [src]

pub const BYTECODE_VERSION: u32 = 393216

Bytecode version number, indicating the version of the most recent breaking change to the bytecode format. The version represents a ketos version number, e.g. 0x01_02_03_00 corresponds to version 1.2.3. (The least significant 8 bits don't mean anything yet.)