summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--book/src/introduction.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9e9b4d36..1268d06e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ void eleven_out_of_ten_majestic_af(Doggo* pupper);
functions and use its types:
```rust
-/* automatically generated by rust-bindgen */
+/* automatically generated by rust-bindgen 0.99.9 */
#[repr(C)]
pub struct Doggo {
@@ -71,4 +71,4 @@ For more details on how `bindgen` uses `libclang`, see the [`bindgen` users guid
[bindgen-cmdline]: https://rust-lang.github.io/rust-bindgen/command-line-usage.html
[clang-sys-env]: https://github.com/KyleMayes/clang-sys#environment-variables
-[bindgen-book-clang]: https://rust-lang.github.io/rust-bindgen/requirements.html#clang \ No newline at end of file
+[bindgen-book-clang]: https://rust-lang.github.io/rust-bindgen/requirements.html#clang
diff --git a/book/src/introduction.md b/book/src/introduction.md
index 971d257d..e77ea0c6 100644
--- a/book/src/introduction.md
+++ b/book/src/introduction.md
@@ -18,7 +18,7 @@ void cool_function(int i, char c, CoolStruct* cs);
functions and use its types:
```rust
-/* automatically generated by rust-bindgen */
+/* automatically generated by rust-bindgen 0.99.9 */
#[repr(C)]
pub struct CoolStruct {