Skip to content

Commit ad5a4d2

Browse files
committed
bump to 0.28
1 parent 25b8a00 commit ad5a4d2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "MetaWear C++ API"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 0.20.7
41+
PROJECT_NUMBER = 0.20.8
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ dist/
7575
└── lib
7676
└── x64
7777
├── libmetawear.so -> libmetawear.so.0
78-
├── libmetawear.so.0 -> libmetawear.so.0.20.7
79-
└── libmetawear.so.0.20.7
78+
├── libmetawear.so.0 -> libmetawear.so.0.20.8
79+
└── libmetawear.so.0.20.8
8080

8181
```
8282

c-binding-generator/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
include config.mk
44

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

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

1818
ifeq ($(MACHINE),x86)
1919
CXXFLAGS+=-m32

project_version.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.20.7
1+
VERSION=0.20.8
22
VERSION_MAJOR=0
33
VERSION_MINOR=20
4-
VERSION_STEP=7
4+
VERSION_STEP=8

0 commit comments

Comments
 (0)