Skip to content

Commit 5b52540

Browse files
committed
Version 0.4.0.
1 parent 39ab841 commit 5b52540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: examples
22

3-
VERSION = $(shell grep ASYNC_VERSION include/async.h | awk '{print $$3}' | tr -d '"')
3+
VERSION = $(shell grep ASYNC_VERSION include/async/core.h | awk '{print $$3}' | tr -d '"')
44

55
default: run
66

0 commit comments

Comments
 (0)