Skip to content

Commit 8ad5697

Browse files
Prepare next development iteration
1 parent 3c493c1 commit 8ad5697

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL 2.0 (see LICENSE
22

33
NOTE: JNI native support is typically incompatible between minor versions, and almost always incompatible between major versions.
44

5+
Next Release (5.19.0)
6+
=====================
7+
8+
Features
9+
--------
10+
11+
Bug Fixes
12+
---------
13+
14+
515
Release 5.18.1
616
==============
717

common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<!-- JNA library release version - android versionCode is derived from mjar/minor/revision -->
1010
<property name="jna.major" value="5"/>
11-
<property name="jna.minor" value="18"/>
12-
<property name="jna.revision" value="1"/>
11+
<property name="jna.minor" value="19"/>
12+
<property name="jna.revision" value="0"/>
1313
<property name="jna.build" value="0"/> <!--${build.number}-->
1414
<condition property="version.suffix" value="" else="-SNAPSHOT">
1515
<or>

0 commit comments

Comments
 (0)