From 015352cea70261fb297888631cea8d614f52273e Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Fri, 24 Nov 2023 17:39:04 +0100 Subject: [PATCH] Declare jaybird-fbclient version in header --- src/docs/asciidoc/release_notes.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} ----