Skip to content

Commit

Permalink
ENH: Update changelog, version number and release date for 1.0.1. #2872
Browse files Browse the repository at this point in the history
  • Loading branch information
Woundorf committed Jul 14, 2020
1 parent 30a6468 commit 7fdd079
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions starviewer/releasenotes/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
</head>
<body>
<h1>Starviewer Changelog</h1>
<div class="minorRelease">
<div class="version">
<span class="versionNumber">Starviewer 1.0.1</span>
<span class="versionDate">(Publicat el 14 de juliol de 2020)</span>
</div>
<div class="fixed">
<ul>
<li>Es resol un problema pel qual no es calculava el SUV en algunes images de PET d'un centre específic. <span class="ticket">2146</span></li>
</ul>
</div>
</div>
<div class="majorRelease">
<div class="version">
<span class="versionNumber">Starviewer 1.0.0</span>
Expand Down
4 changes: 2 additions & 2 deletions starviewer/src/core/starviewerapplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ namespace udg {
#define CE_SUFFIX ""
#endif

const QString StarviewerVersionString("1.0.0" CE_SUFFIX);
const QString StarviewerBuildID("2020022100");
const QString StarviewerVersionString("1.0.1" CE_SUFFIX);
const QString StarviewerBuildID("2020071400");

#undef CE_SUFFIX

Expand Down

0 comments on commit 7fdd079

Please sign in to comment.