Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Version 3
Update the version number.

Signed-off-by: Mark Ryan <[email protected]>
  • Loading branch information
markdryan committed Jun 17, 2022
commit 5841029e22a9cc004009075e73ae503f37a02edf
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 2
#define SPECASM_VERSION_STR "v2"
#define SPECASM_VERSION 3
#define SPECASM_VERSION_STR "v3"

#include <stdint.h>

Expand Down