Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Jan 14, 2017
1 parent 0c584bf commit bfa5f94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Expand Up @@ -2,6 +2,15 @@ NOTE: as of JNA 4.0, JNA is now dual-licensed under LGPL and AL 2.0 (see LICENSE

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

Release 4.3.1 (Next release)
============================

Features
--------

Bug Fixes
---------

Release 4.3.0
=============

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -55,7 +55,7 @@
<!-- JNA library release version -->
<property name="jna.major" value="4"/>
<property name="jna.minor" value="3"/>
<property name="jna.revision" value="0"/>
<property name="jna.revision" value="1"/>
<property name="jna.build" value="0"/> <!--${build.number}-->
<condition property="version.suffix" value="" else="-SNAPSHOT">
<or>
Expand Down

0 comments on commit bfa5f94

Please sign in to comment.