Skip to content

Commit

Permalink
Declare jaybird-fbclient version in header
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 24, 2023
1 parent 8d8a509 commit 015352c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/docs/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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"]
----
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>fbclient</artifactId>
<version>4.0.4.0</artifactId>
<version>{jaybird-fbclient-version}</artifactId>
</dependency>
----

Expand Down

0 comments on commit 015352c

Please sign in to comment.