Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.2070
Browse files Browse the repository at this point in the history
It is based on:
* psi: 2465ab6e
* plugins: 347230b
* psimedia: 478567e
* resources: 61d7d6d
  • Loading branch information
tehnick committed Jan 21, 2025
1 parent b42ddf5 commit 7f5ff61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ option( USE_ASPELL "Build psi with aspell spellcheck" OFF )
option( USE_CCACHE "Use ccache utility if found" ON )
option( USE_CRASH "Enable builtin sigsegv handling" OFF )
option( USE_KEYCHAIN "Enable QtKeychain support" ON )
option( USE_QT6 "Enable Qt6 support" OFF )
option( ONLY_BINARY "Build and install only binary file" OFF )
option( ONLY_PLUGINS "Build psi plugins only" OFF )
option( INSTALL_EXTRA_FILES "Install sounds, iconsets, certs, client_icons.txt, themes" ON )
Expand Down Expand Up @@ -136,6 +137,10 @@ else()
message(STATUS "Chatlog type - Basic")
endif()

if(USE_QT6)
set(QT_DEFAULT_MAJOR_VERSION 6)
endif()

message(STATUS "System name - ${CMAKE_SYSTEM_NAME}")

if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" OR ("${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo"))
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2069 (2024-12-23, 444d8e2e)
1.5.2070 (2025-01-21, 2465ab6e)

0 comments on commit 7f5ff61

Please sign in to comment.