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 ba0c99f commit b174152
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 @@ -8,6 +8,7 @@
:toc: left
:icons: font
:sectnums:
:jaybird-fbclient-version: 4.0.4.0

ifeval::["{version_tag}" != ""]
[WARNING]
Expand Down Expand Up @@ -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"]
----
<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 b174152

Please sign in to comment.