File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "MetaWear C++ API"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.20.4
41
+ PROJECT_NUMBER = 0.20.5
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 75
75
└── lib
76
76
└── x64
77
77
├── 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
80
80
81
81
```
82
82
Original file line number Diff line number Diff line change 1
- VERSION =0.20.4
1
+ VERSION =0.20.5
2
2
VERSION_MAJOR =0
3
3
VERSION_MINOR =20
4
- VERSION_STEP =4
4
+ VERSION_STEP =5
You can’t perform that action at this time.
0 commit comments