We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e91d2 commit f1a5e62Copy full SHA for f1a5e62
Makefile
@@ -29,7 +29,7 @@ IS_LIBRARY:=1
29
# Be sure that your header files are in the include directory inside of a folder with the
30
# same name as what you set LIBNAME to below.
31
LIBNAME:=units
32
-VERSION:=0.4.0
+VERSION:=0.4.1
33
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
34
# this line excludes opcontrol.c and similar files
35
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))
0 commit comments