From cbdbd2e733157e8265f5a0aa4285adb30a1ebcb2 Mon Sep 17 00:00:00 2001
From: CoreRasurae <luis.p.mendes@gmail.com>
Date: Mon, 23 Apr 2018 18:08:15 +0100
Subject: [PATCH] Update: Changed KernelManager for easy class extension -
 Updt. to Aparapi V1.8.0

---
 CHANGELOG.md | 2 +-
 pom.xml      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8c773232..44bd8593 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Aparapi Changelog
 
-## 1.7.1
+## 1.8.0
 * Updated KernelManager to facilitate class extensions having constructors with non static parameters
 
 ## 1.7.0
diff --git a/pom.xml b/pom.xml
index 14b746aa..1d1d5150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.7.1-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <prerequisites>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>com.aparapi</groupId>
             <artifactId>aparapi-jni</artifactId>
-            <version>1.2.0</version>
+            <version>1.1.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
-- 
GitLab