Skip to content
Prev Previous commit
Update specasm version to v4
This release contains a bug fix to the find function in the
editor, the binaries are rebuilt with the -O3 optimiser, and
the size of the BASIC loader has been reduced.

Signed-off-by: Mark Ryan <[email protected]>
  • Loading branch information
markdryan committed Nov 18, 2022
commit 9a3163d6f72f931e7d3abc5fbb0a74c7522425c3
4 changes: 2 additions & 2 deletions src/state_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#ifndef SPECASM_STATE_READ_H
#define SPECASM_STATE_READ_H

#define SPECASM_VERSION 3
#define SPECASM_VERSION_STR "v3"
#define SPECASM_VERSION 4
#define SPECASM_VERSION_STR "v4"

#include <stdint.h>

Expand Down