DynASM: Bump version to 1.4.

Thanks to Peter Cawley.
This commit is contained in:
Mike Pall
2015-10-24 18:46:45 +02:00
parent 8a13c9cebf
commit d62dc01984
7 changed files with 20 additions and 20 deletions

View File

@@ -10,8 +10,8 @@
#include <stddef.h>
#include <stdarg.h>
#define DASM_IDENT "DynASM 1.3.0"
#define DASM_VERSION 10300 /* 1.3.0 */
#define DASM_IDENT "DynASM 1.4.0"
#define DASM_VERSION 10400 /* 1.4.0 */
#ifndef Dst_DECL
#define Dst_DECL dasm_State **Dst