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 38a709d commit 27b738cCopy full SHA for 27b738c
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.6.1
+VERSION:=0.6.2
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