Skip to content

Commit 6a4103c

Browse files
committed
bump version to v0.4.2
1 parent 3ca8323 commit 6a4103c

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
@@ -28,7 +28,7 @@ IS_LIBRARY:=1
2828
# Be sure that your header files are in the include directory inside of a folder with the
2929
# same name as what you set LIBNAME to below.
3030
LIBNAME:=hardware
31-
VERSION:=0.4.1
31+
VERSION:=0.4.2
3232
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
3333
# this line excludes opcontrol.c and similar files
3434
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))

0 commit comments

Comments
 (0)