Skip to content

Commit 038b606

Browse files
committed
Fix version
1 parent 167842e commit 038b606

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ version = "0.0.1"
7979
edition = "2021"
8080

8181
[dependencies]
82-
lief = "0.16.6"
82+
lief = "0.17.0"
8383
```
8484

8585
## Python
@@ -93,7 +93,7 @@ pip install lief
9393
To install nightly build:
9494

9595
```console
96-
pip install [--user] --force-reinstall --index-url https://lief.s3-website.fr-par.scw.cloud/latest lief==0.17.0.dev0
96+
pip install [--user] --force-reinstall --index-url https://lief.s3-website.fr-par.scw.cloud/latest lief==1.0.0.dev0
9797
```
9898

9999
### Packages
@@ -102,7 +102,7 @@ pip install [--user] --force-reinstall --index-url https://lief.s3-website.fr-pa
102102
- **Nightly**:
103103
* SDK: https://lief.s3-website.fr-par.scw.cloud/latest/sdk
104104
* Python Wheels: https://lief.s3-website.fr-par.scw.cloud/latest/lief
105-
- **v0.16.6**: https://github.com/lief-project/LIEF/releases/tag/0.16.6
105+
- **v0.17.0**: https://github.com/lief-project/LIEF/releases/tag/0.17.0
106106

107107
Here are guides to install or integrate LIEF:
108108

@@ -220,7 +220,7 @@ Romain Thomas ([@rh0main](https://www.romainthomas.fr/)) - Formerly at [Quarksla
220220

221221
### License
222222

223-
LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.16.1/LICENSE).
223+
LIEF is provided under the [Apache 2.0 license](https://github.com/lief-project/LIEF/blob/0.17.0/LICENSE).
224224

225225
### Bibtex
226226

doc/sphinx/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:fa:`solid fa-code-compare` Changelog
44
=====================================
55

6-
0.17.0 - Not Released Yet
7-
-------------------------
6+
0.17.0 - September 14th, 2025
7+
-----------------------------
88

99
.. admonition:: BinaryNinja & Ghidra Plugins
1010
:class: tip

doc/sphinx/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ One can add LIEF as a dependency of a Rust project as follows:
5454
5555
# For a tagged release
5656
[dependencies]
57-
lief = "0.16.6"
57+
lief = "0.17.0"
5858
5959
You can find more details in the :ref:`Rust API section <lief_rust_bindings>`
6060

doc/sphinx/intro.rst

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

117117
.. code-block:: text
118118
119-
lief==0.16.6
119+
lief==0.17.0
120120
121121
.. tab:: :fa:`regular fa-file-code` C++
122122

@@ -150,7 +150,7 @@ straightforward:
150150
151151
# For a tagged release
152152
[dependencies]
153-
lief = "0.16.6"
153+
lief = "0.17.0"
154154
155155
You can also find additional content in the `LIEF's blog </blog/>`_ post among those:
156156

0 commit comments

Comments
 (0)