Skip to content

Commit

Permalink
Update database name
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Sep 8, 2016
1 parent 398f0d5 commit 205a934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BinauralSimulator/src/+xml/dbURL.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
if exist('url','var')
CachedURL=url;
elseif isempty(CachedURL)
CachedURL= 'https://dev.qu.tu-berlin.de/projects/twoears-database/repository/revisions/master/raw/';
CachedURL= 'https://dev.qu.tu-berlin.de/projects/twoears-database/repository/revisions/v1.3/raw/';
end
url=CachedURL;

0 comments on commit 205a934

Please sign in to comment.