Skip to content

Commit 450c391

Browse files
committed
bump version
1 parent 9d03850 commit 450c391

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.1.0
31+
VERSION:=0.2.0
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)