Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Oct 30, 2021
1 parent d99f122 commit f0730fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and its matlab code generator.

## Installation
Download the following files, removed the numbers from their file endings and put them all in the `<HOME_DIR>/Documents/MATLAB folder:
* [clatlab-2.5.1.4-jar-with-dependencies.jar](https://github.com/clij/clatlab/releases/download/2.5.1.4/clatlab-2.5.1.4-jar-with-dependencies.jar)
* [clatlab-2.5.1.5-jar-with-dependencies.jar](https://github.com/clij/clatlab/releases/download/2.5.1.5/clatlab-2.5.1.5-jar-with-dependencies.jar)
* [init_clatlab.m](https://github.com/clij/clatlab/blob/master/src/main/matlab_install/init_clatlab.m)

Test the installation by executing this script from matlab:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>net.haesleinhuepf</groupId>
<artifactId>clatlab</artifactId>
<version>2.5.1.4</version>
<version>2.5.1.5</version>
<name>CLATLAB</name>
<description>CLIJ2 bridge to Matlab</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/matlab_install/init_clatlab.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

function clatlab_ = init_clatlab(gpu_name)
if (exist('net.haesleinhuepf.clatlab.CLATLAB') ~= 8)
jar_location = strrep(mfilename('fullpath'), 'init_clatlab', 'clatlab-2.5.1.4-jar-with-dependencies.jar');
jar_location = strrep(mfilename('fullpath'), 'init_clatlab', 'clatlab-2.5.1.5-jar-with-dependencies.jar');
javaaddpath(jar_location);
end

Expand Down

0 comments on commit f0730fe

Please sign in to comment.