Skip to content

Commit

Permalink
Merge pull request #6 from markdryan/markdryan/v6
Browse files Browse the repository at this point in the history
Specasm v6 release
  • Loading branch information
markdryan authored Mar 19, 2023
2 parents 5350a42 + c50d670 commit ee3bd26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified bas/INSTALL
Binary file not shown.
1 change: 1 addition & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ release:
- rm -rf release
mkdir -p release/specasm
cp specasm.tap salink.tap release/specasm
cp ../COPYING release/specasm
cp SAIMPORT SAEXPORT *.X release/specasm
cp ../bas/INSTALL release/specasm
cp ../bas/REMOVE release/specasm
Expand Down
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 5
#define SPECASM_VERSION_STR "v5"
#define SPECASM_VERSION 6
#define SPECASM_VERSION_STR "v6"

#include <stdint.h>

Expand Down

0 comments on commit ee3bd26

Please sign in to comment.