Skip to content

Commit ac6e681

Browse files
author
Jason
committed
[rel] 1.0.1 minor fixes
1 parent 78ee0d6 commit ac6e681

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

[email protected]

-532 KB
Binary file not shown.

[email protected]

535 KB
Binary file not shown.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EXCLUDE_COLD_LIBRARIES:=
2727
IS_LIBRARY:=1
2828
# TODO: CHANGE THIS!
2929
LIBNAME:=EZGraphLib
30-
VERSION:=1.0.0
30+
VERSION:=1.0.1
3131
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
3232
# this line excludes opcontrol.c and similar files
3333
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))

0 commit comments

Comments
 (0)