view nasmbuild/nasm-2.13rc9/version.h @ 10971:0b7c2ac84f2e

<oerjan> revert
author HackBot
date Mon, 29 May 2017 08:09:08 +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 */