Skip to content

Commit

Permalink
[release] 1.0.2 - something changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jazonshou committed Jul 23, 2022
1 parent 229225e commit c804eb8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed HolonomicLib@1.0.1.zip
Binary file not shown.
Binary file added HolonomicLib@1.0.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EXCLUDE_COLD_LIBRARIES:=
IS_LIBRARY:=1
# TODO: CHANGE THIS!
LIBNAME:=HolonomicLib
VERSION:=1.0.1
VERSION:=1.0.2
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
# this line excludes opcontrol.c and similar files
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))
Expand Down

0 comments on commit c804eb8

Please sign in to comment.