Skip to content

Commit

Permalink
Change version number in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed May 2, 2024
1 parent 2cc3c67 commit 16998a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
ARM = $(shell $(CC) -dM -E - < /dev/null | grep "aarch" | awk '{ print $$3 }')
WIN = $(shell $(CC) -dM -E - < /dev/null | grep "__WIN64__" | awk '{ print $$3 }')

VERSION := 0.0.1-alpha
VERSION := 0.1.0

ASFLAGS += -g -fpic
CFLAGS += -g -Wall -Werror
Expand Down

0 comments on commit 16998a8

Please sign in to comment.