diff --git a/src/docs/asciidoc/release_notes.adoc b/src/docs/asciidoc/release_notes.adoc index 1505e1df9..5f2fee798 100644 --- a/src/docs/asciidoc/release_notes.adoc +++ b/src/docs/asciidoc/release_notes.adoc @@ -10,6 +10,7 @@ :sectnums: :bc-version: 1.76 :jna-version: 5.13.0 +:jaybird-fbclient-version: 4.0.4.0 ifeval::["{version_tag}" != ""] [WARNING] @@ -1509,12 +1510,12 @@ The `fbclient.dll`, `fbembed.dll`, `libfbclient.so`, or `libfbembed.so` need to For Windows and Linux, you can add the `org.firebirdsql.jdbc:fbclient` dependency on your classpath to provide the native libraries for the `native` and `local` protocol. Be aware that this dependency does not support `embedded`. -[source,xml] +[source,xml,subs="verbatim,attributes"] ---- org.firebirdsql.jdbc fbclient - 4.0.4.0 + {jaybird-fbclient-version} ----