Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fubukimaru committed Dec 4, 2020
1 parent abd31c3 commit 7607b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dura.y
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "asmsx.h"

#define VERSION "1 beta"
#define VERSION "1.0 beta"
#define DATE "01/12/2020"

#define MAX_ID 32000
Expand Down
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CCOSX=o64-clang
c_files=dura.tab.c lex.yy.c lex.parser1.c lex.parser2.c lex.parser3.c asmsx.c\
labels.c
OPT=-lm -O2 -Os -s -Wall -Wextra
VERSION=0.19.3
VERSION=1.0.beta

HEADERS= asmsx.h labels.h

Expand Down

0 comments on commit 7607b7f

Please sign in to comment.