Skip to content

Commit b9c6e21

Browse files
authored
Prep for version 1.7.5 (#135)
* README.md: set swig version guideline * prep for 1.7.5 * README.md: update swig version guideline
1 parent f3beada commit b9c6e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For btllib developers
7070

7171
The following are all the available `ninja` commands which can be run within `build` directory:
7272
- `ninja clang-format` formats the whitespace in code (requires clang-format 8+).
73-
- `ninja wrap` wraps C++ code for Python (requires SWIG 4.0+).
73+
- `ninja wrap` wraps C++ code for Python (requires SWIG 4.0 and <4.3).
7474
- `ninja clang-tidy` runs clang-tidy on C++ code and makes sure it passes (requires clang-tidy 8+).
7575
- `ninja` builds the tests and wrapper libraries / makes sure they compile.
7676
- `ninja test` runs the tests.

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('btllib', 'cpp',
2-
version : '1.7.4',
2+
version : '1.7.5',
33
license : 'GPL3',
44
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true', 'b_coverage=true' ],
55
meson_version : '>= 0.60.0')

0 commit comments

Comments
 (0)