Skip to content

Commit

Permalink
bump to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Feb 19, 2022
1 parent 25b8a00 commit ad5a4d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "MetaWear C++ API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.20.7
PROJECT_NUMBER = 0.20.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ dist/
└── lib
└── x64
├── libmetawear.so -> libmetawear.so.0
├── libmetawear.so.0 -> libmetawear.so.0.20.7
└── libmetawear.so.0.20.7
├── libmetawear.so.0 -> libmetawear.so.0.20.8
└── libmetawear.so.0.20.8

```

Expand Down
4 changes: 2 additions & 2 deletions c-binding-generator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

include config.mk

CXXFLAGS+=-std=c++11 -Wall -Werror -I$(SOURCE_DIR) -I/usr/lib/llvm-7/include
CXXFLAGS+=-std=c++11 -Wall -Werror -I$(SOURCE_DIR) -I/usr/local/opt/llvm/include/

ifeq ($(CONFIGURATION),debug)
CXXFLAGS+=-g
Expand All @@ -13,7 +13,7 @@ else ifeq ($(CONFIGURATION),release)
else
$(error Invalid value for "CONFIGURATION", must be 'release' or 'debug')
endif
LDFLAGS+=-lclang -ldl -rdynamic -L/usr/lib/llvm-7/lib
LDFLAGS+=-lclang -ldl -rdynamic -L/usr/local/opt/llvm/lib

ifeq ($(MACHINE),x86)
CXXFLAGS+=-m32
Expand Down
4 changes: 2 additions & 2 deletions project_version.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.20.7
VERSION=0.20.8
VERSION_MAJOR=0
VERSION_MINOR=20
VERSION_STEP=7
VERSION_STEP=8

0 comments on commit ad5a4d2

Please sign in to comment.