DynASM: Bump version to 1.5.0.

This commit is contained in:
Mike Pall
2021-05-02 22:29:01 +02:00
parent 0f8a340c8c
commit 8dc3cd6c84
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.4.0"
#define DASM_VERSION 10400 /* 1.4.0 */
#define DASM_IDENT "DynASM 1.5.0"
#define DASM_VERSION 10500 /* 1.5.0 */
#ifndef Dst_DECL
#define Dst_DECL dasm_State **Dst