Skip to content

Commit

Permalink
Update version to 8.0.1-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Jun 4, 2024
1 parent e523078 commit 0d9f3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/MATPOWER-manual/MATPOWER-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@

%\hyphenation{matpower}

\newcommand{\mpver}[0]{8.0}
\newcommand{\mpver}[0]{8.0.1-dev}
%\newcommand{\matlab}[0]{{Matlab}}
%\newcommand{\matlab}[0]{{\sc Matlab}\textsuperscript{\tiny \textregistered}}
\newcommand{\matlab}[0]{{\sc Matlab}}
Expand Down Expand Up @@ -289,7 +289,7 @@
%\title{\hl{--- DRAFT ---}\\\hl{\em do not distribute}\\~\\\matpower{} \mpver{}\\User's Manual}
\title{User's Manual}
\author{Ray~D.~Zimmerman \and Carlos~E.~Murillo-S\'anchez}
\date{May 17, 2024} % comment this line to display the current date
%\date{May 17, 2024} % comment this line to display the current date
%\date{December 14, 2011\thanks{Second revision. First revision was December 13, 2011}} % comment this line to display the current date

%%% BEGIN DOCUMENT
Expand Down
4 changes: 2 additions & 2 deletions lib/mpver.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
% v{1} = ver(p);

v{1} = struct( 'Name', 'MATPOWER', ...
'Version', '8.0', ...
'Version', '8.0.1-dev', ...
'Release', '', ...
'Date', '17-May-2024' );
'Date', '04-Jun-2024' );
if nargout > 0
if nargin > 0
rv = v{1};
Expand Down

0 comments on commit 0d9f3c3

Please sign in to comment.