Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason committed Mar 3, 2023
1 parent c6813a4 commit 3e2ac4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file renamed Graphy@1.1.2.zip → Graphy@1.1.0.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:=Graphy
VERSION:=1.1.2
VERSION:=1.1.0
# 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 3e2ac4e

Please sign in to comment.