Skip to content

Commit

Permalink
"Updated target version to aa"
Browse files Browse the repository at this point in the history
  • Loading branch information
poquirion committed Aug 31, 2016
1 parent 315061d commit 3badb69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM simexp/octave:4.0.2_ubuntu12
MAINTAINER Pierre-Olivier Quirion <poq@criugm.qc.ca>


ENV NIAK_VERSION 0.16.0
ENV NIAK_VERSION v0.16.0
ENV NIAK_RELEASE_NAME niak-with-dependencies

# Install NIAK from the tip of master
Expand Down
4 changes: 2 additions & 2 deletions commands/misc/niak_gb_vars.m
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% NIAK version
gb_niak_version = 'dev';
gb_niak_version = 'v0.16.0';

%% Target for tests
gb_niak_target_test = 'ab';
gb_niak_target_test = 'aa';

%% In which path is NIAK ?
str_read_vol = which('niak_read_vol');
Expand Down

0 comments on commit 3badb69

Please sign in to comment.