view nasmbuild/nasm-2.13rc9/version.h @ 10714:0350bdce1ab8

<rdococ> revert
author HackBot
date Sun, 16 Apr 2017 15:59:43 +0000
parents 587a0a262d22
children
line wrap: on
line source

#ifndef NASM_VERSION_H
#define NASM_VERSION_H
#define NASM_MAJOR_VER      2
#define NASM_MINOR_VER      12
#define NASM_SUBMINOR_VER   99
#define NASM_PATCHLEVEL_VER 99
#define NASM_VERSION_ID     0x020c6363
#define NASM_VER            "2.13rc9"
#endif /* NASM_VERSION_H */