diff --git a/src/docs/asciidoc/release_notes.adoc b/src/docs/asciidoc/release_notes.adoc index 18ef10bbb..dc9ca26b9 100644 --- a/src/docs/asciidoc/release_notes.adoc +++ b/src/docs/asciidoc/release_notes.adoc @@ -8,6 +8,7 @@ :toc: left :icons: font :sectnums: +:jaybird-fbclient-version: 4.0.4.0 ifeval::["{version_tag}" != ""] [WARNING] @@ -1240,12 +1241,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} ----