Browse Source

Set version to 2.32.0

Paulo Coelho Alves 6 năm trước cách đây
mục cha
commit
62b2e27fd4
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 1 1
      CMakeModules/VersionConfiguration.cmake
  2. 5 0
      release-notes/2.32.0.txt

+ 1 - 1
CMakeModules/VersionConfiguration.cmake

@@ -21,7 +21,7 @@ else()
 endif()
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 31)
+set(VERSION_MINOR 32)
 set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)

+ 5 - 0
release-notes/2.32.0.txt

@@ -0,0 +1,5 @@
+2019-04-16
+
+FIXED:
+
+- Fixed user icon in settings modal displaying square instead of round initially