Skip to content

Commit 28fbf0e

Browse files
committed
0.20.5
1 parent 987c408 commit 28fbf0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4
41+
PROJECT_NUMBER = 0.20.5
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.4
79-
└── libmetawear.so.0.20.4
78+
├── libmetawear.so.0 -> libmetawear.so.0.20.5
79+
└── libmetawear.so.0.20.5
8080

8181
```
8282

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.4
1+
VERSION=0.20.5
22
VERSION_MAJOR=0
33
VERSION_MINOR=20
4-
VERSION_STEP=4
4+
VERSION_STEP=5

0 commit comments

Comments
 (0)