]> cloud.milkyroute.net Git - dolphin.git/blobdiff - CMakeLists.txt
Use new "edit-copy-path" icon for "Copy Location" menu item
[dolphin.git] / CMakeLists.txt
index ec87cdecc4e48dfbf513785cbce5cdd7f758bafa..abffbab33a9dcd95eea05306b27ee3791e14aaa8 100644 (file)
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16)
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "21")
 set (RELEASE_SERVICE_VERSION_MINOR "11")
-set (RELEASE_SERVICE_VERSION_MICRO "70")
+set (RELEASE_SERVICE_VERSION_MICRO "90")
 set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 project(Dolphin VERSION ${RELEASE_SERVICE_VERSION})