Skip to content

Commit

Permalink
Update version numbers in module-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Mar 2, 2024
1 parent d60d727 commit e58aacf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* cairo-java-bindings - Java language bindings for cairo
* Copyright (C) 2023 Jan-Willem Harmannij
* Copyright (C) 2024 Jan-Willem Harmannij
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*
Expand All @@ -19,8 +19,8 @@

/**
* This module contains Java language bindings for the <a href="https://www.cairographics.org">cairo</a>
* graphics library using the JEP-434 Panama FFI. The bindings are based on <strong>cairo 1.16</strong>
* and work with <strong>JDK 20</strong> (with preview features enabled).
* graphics library using the JEP-442 Panama FFI. The bindings are based on <strong>cairo 1.18</strong>
* and work with <strong>JDK 21</strong> (with preview features enabled).
*/
module org.freedesktop.cairo {
requires static org.gnome.glib; // Optional dependency on java-gi when cairo-gobject is used
Expand Down

0 comments on commit e58aacf

Please sign in to comment.