Skip to content

Commit

Permalink
Up version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Apr 6, 2021
1 parent b9f79f4 commit e0c4209
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeModules/VersionConfiguration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.2.0")
set(VERSION_STRING_SHORT "1.2.0")
set(CANONICAL_VERSION_STRING "1.2.0")
set(VERSION_STRING "1.2.1")
set(VERSION_STRING_SHORT "1.2.1")
set(CANONICAL_VERSION_STRING "1.2.1")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
<category>TV</category>
</categories>
<releases>
<release version="1.2.1" date="2020-04-06">
<p>Changes:</p>
<ul>
<li>Fix external subtitle support.</li>
<li>Fix skipping to previous song twice setting random volume.</li>
<li>Make easier to compile on Linux.</li>
</ul>
</release>
<release version="1.2.0" date="2020-04-05">
<p>Changes:</p>
<ul>
Expand Down

0 comments on commit e0c4209

Please sign in to comment.