浏览代码

Set version to 2.13.0

Paulo Coelho Alves 6 年之前
父节点
当前提交
16960afae6
共有 2 个文件被更改,包括 10 次插入2 次删除
  1. 2 2
      CMakeModules/VersionConfiguration.cmake
  2. 8 0
      release-notes/2.13.0.txt

+ 2 - 2
CMakeModules/VersionConfiguration.cmake

@@ -21,8 +21,8 @@ else()
 endif()
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 12)
-set(VERSION_NANO 1)
+set(VERSION_MINOR 13)
+set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)
 

+ 8 - 0
release-notes/2.13.0.txt

@@ -0,0 +1,8 @@
+2018-06-26
+
+FIXED:
+
+- Fixed missing jump bars when viewing Artists and Albums from Quick Links
+- Don't show 'Browse by Folder' option when not applicable
+- Fixed missing shuffle button from Collections PrePlay
+