Skip to content

Commit

Permalink
version: update the version number
Browse files Browse the repository at this point in the history
To specasm v10

Signed-off-by: Mark Ryan <markusdryan@gmail.com>
  • Loading branch information
markdryan committed Sep 22, 2024
1 parent 9656b44 commit 93df876
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/link_obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -1271,9 +1271,9 @@ static void prv_setup_screen(void)
specasm_border(SPECASM_SALINK_BORDER);

#ifdef SPECASM_TARGET_NEXT_OPCODES
(void)specasm_text_print(" SALINK " SPECASM_VERSION_STR
(void)specasm_text_print(" SALINK " SPECASM_VERSION_STR
#else
(void)specasm_text_print(" SALINK " SPECASM_VERSION_STR
(void)specasm_text_print(" SALINK " SPECASM_VERSION_STR
#endif
" ",
0, 0, SPECASM_HEADER_COLOUR);
Expand Down
8 changes: 4 additions & 4 deletions src/state_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
#define SPECASM_STATE_READ_H

#ifdef SPECASM_TARGET_NEXT_OPCODES
#define SPECASM_VERSION 0x8008
#define SPECASM_VERSION_STR "v9n"
#define SPECASM_VERSION 0x800a
#define SPECASM_VERSION_STR "v10n"
#else
#define SPECASM_VERSION 8
#define SPECASM_VERSION_STR "v9"
#define SPECASM_VERSION 10
#define SPECASM_VERSION_STR "v10"
#endif

#include <stdint.h>
Expand Down

0 comments on commit 93df876

Please sign in to comment.