Skip to content

Commit be5eec5

Browse files
Prepare next development iteration
1 parent 64fea0d commit be5eec5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

+10
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.8.0)
6+
====================
7+
8+
Features
9+
--------
10+
11+
Bug Fixes
12+
---------
13+
14+
515
Release 5.7.0
616
=============
717

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<!-- JNA library release version - android versionCode is derived from mjar/minor/revision -->
6363
<property name="jna.major" value="5"/>
64-
<property name="jna.minor" value="7"/>
64+
<property name="jna.minor" value="8"/>
6565
<property name="jna.revision" value="0"/>
6666
<property name="jna.build" value="0"/> <!--${build.number}-->
6767
<condition property="version.suffix" value="" else="-SNAPSHOT">

0 commit comments

Comments
 (0)