From ea4c9c2f9b715309416b3b78925ffe29be22757a Mon Sep 17 00:00:00 2001 From: Stephen Becker Date: Fri, 11 Dec 2015 10:50:31 -0700 Subject: [PATCH] Updating version to 1.4 in prep for release --- tfocs_version.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tfocs_version.m b/tfocs_version.m index 7996d1b..a099141 100644 --- a/tfocs_version.m +++ b/tfocs_version.m @@ -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'); @@ -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.