From fe11d67262b846b4eeb6875978b998df1e555f75 Mon Sep 17 00:00:00 2001
From: CoreRasurae <luis.p.mendes@gmail.com>
Date: Wed, 25 Apr 2018 21:56:26 +0100
Subject: [PATCH] Fix: local arrays handling 1D and ND, to cope with arrays
 resizing across kernel executions - version fix

---
 CHANGELOG.md | 2 --
 configure.ac | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6aa12e7..599aa2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,6 @@ jni# Aparapi jni Changelog
 
 ## 1.3.2
 
-## 1.3.2
-
 * Fixed local arrays handling 1D and ND, to cope with arrays resizing across kernel executions
 
 ## 1.3.1
diff --git a/configure.ac b/configure.ac
index a35b09c..ef0d3b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libaparapi], [1.2.2], [syncleus@syncleus.com])
+AC_INIT([libaparapi], [1.3.2], [syncleus@syncleus.com])
 AC_ENABLE_SHARED(yes)
 AC_ENABLE_STATIC(no)
 LT_INIT
-- 
GitLab