Skip to content

Commit

Permalink
Release r0-0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 21, 2023
1 parent 39bede8 commit 863df63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC?=gcc
VERSION=0.8
VERSION=0.9
CCw32?=i486-mingw32-gcc
CFLAGS+=-O0 -Wall -g
#CFLAGS+=-DVERSION=\"${VERSION}\"
Expand Down
2 changes: 1 addition & 1 deletion r0.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define VERSION "0.8"
#define VERSION "0.9"

#include <unistd.h>
#include <sys/types.h>
Expand Down

0 comments on commit 863df63

Please sign in to comment.