From be56e0f9e9eb6a87c94d4801049c6e19b72ee07d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 18 Oct 2017 23:56:40 -0400 Subject: [PATCH] fix(internal): * createProgram had the wrong signature producing a unsatisfied link exception that i --- CHANGELOG.md | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bae94c4..9912b9c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 1.4.2 * Updated parent pon to v6. +* createProgram had the wrong signature producing a unsatisfied link exception that is now fixed. ## 1.4.1 diff --git a/pom.xml b/pom.xml index f93e44ea..3ee16fdd 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <dependency> <groupId>com.aparapi</groupId> <artifactId>aparapi-jni</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> -- GitLab