diff --git a/ARMS@1.1.2.zip b/ARMS@1.1.2.zip new file mode 100644 index 0000000..d46cd4e Binary files /dev/null and b/ARMS@1.1.2.zip differ diff --git a/Makefile b/Makefile index 77cd2f2..915ae73 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ EXCLUDE_COLD_LIBRARIES:= IS_LIBRARY:=1 LIBNAME:=ARMS -VERSION:=1.1.1 +VERSION:=1.1.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)))