view nasmbuild/nasm-2.13rc9/version.h @ 10843:2d5ba2d44680

<Jafet> le/rn double dactyl//Curious spurious verse form, ostensibly catchy to hear but herculean to write. Sadly its bent on the sesquipedalian makes double dactyls pretentious and trite.
author HackBot
date Fri, 28 Apr 2017 02:49:16 +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 */