view nasmbuild/nasm-2.13rc9/version.h @ 10556:3b3668d71811

<moonythedwarf> ` cd nasmbuild/nasm-2.13rc9; ./configure
author HackBot
date Thu, 30 Mar 2017 21:03:42 +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 */