Sign in
chromium
/
chromium
/
deps
/
nasm
/
4e4fa7f0ae168ee3664fcfc8c9a46423fbbe2127
/
.
/
version.h
blob: 2de700220938cf4f38216cc22346443224038d93 [
file
]
#ifndef
NASM_VERSION_H
#define
NASM_VERSION_H
#define
NASM_MAJOR_VER
2
#define
NASM_MINOR_VER
16
#define
NASM_SUBMINOR_VER
99
#define
NASM_PATCHLEVEL_VER
90
#define
NASM_VERSION_ID
0x0210635a
#define
NASM_VER
"2.17rc0"
#endif
/* NASM_VERSION_H */