Skip to content

Commit

Permalink
Updating version to 1.4 in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbeckr committed Dec 11, 2015
1 parent 88b6de4 commit ea4c9c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tfocs_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% system on which it is running. When submitting a bug report, please
% run this function and include its output in your report.

tfocs_ver = '1.3';
tfocs_ver = '1.4';
if nargout == 0,
fprintf( 'TFOCS v%s\n', tfocs_ver );
verd = ver('MATLAB');
Expand All @@ -14,6 +14,6 @@
tfocs_ver2 = tfocs_ver;
end

% TFOCS v1.3 by Stephen Becker, Emmanuel Candes, and Michael Grant.
% Copyright 2013 California Institute of Technology and CVX Research.
% TFOCS v1.4 by Stephen Becker, Emmanuel Candes, and Michael Grant.
% Copyright 2015 California Institute of Technology and CVX Research.
% See the file LICENSE for full license information.

0 comments on commit ea4c9c2

Please sign in to comment.