Skip to content

Commit

Permalink
Update release version of roc
Browse files Browse the repository at this point in the history
Update the roc_version function to the current version of the ROC toolbox
  • Loading branch information
jdkoen authored Oct 5, 2016
1 parent b17161b commit 22bf2e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions roc_version.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The ROC Toolbox is the proprietary property of The Regents of the
% University of California (“The Regents.”)
% University of California (“The Regents.”)
%
% Copyright © 2014 The Regents of the University of California, Davis
% Copyright © 2014 The Regents of the University of California, Davis
% campus. All Rights Reserved.
%
% Redistribution and use in source and binary forms, with or without
% modification, are permitted by nonprofit, research institutions for
% research use only, provided that the following conditions are met:
%
% • Redistributions of source code must retain the above copyright
% • Redistributions of source code must retain the above copyright
% notice, this list of conditions and the following disclaimer.
%
% • Redistributions in binary form must reproduce the above copyright
% • Redistributions in binary form must reproduce the above copyright
% notice, this list of conditions and the following disclaimer in the
% documentation and/or other materials provided with the distribution.
%
% • The name of The Regents may not be used to endorse or promote
% • The name of The Regents may not be used to endorse or promote
% products derived from this software without specific prior written
% permission.
%
Expand Down Expand Up @@ -54,7 +54,7 @@
% copyright@ucdavis.edu.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

version = '1.1.1';
version = '1.1.2';
fprintf('ROC Toolbox v%s\n',version);

end
end

0 comments on commit 22bf2e2

Please sign in to comment.