We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed23db3 commit 14aedbcCopy full SHA for 14aedbc
1 file changed
CMakeLists.txt
@@ -33,7 +33,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
33
# KDE Application Version, managed by release script
34
set(RELEASE_SERVICE_VERSION_MAJOR "25")
35
set(RELEASE_SERVICE_VERSION_MINOR "08")
36
-set(RELEASE_SERVICE_VERSION_MICRO "2")
+set(RELEASE_SERVICE_VERSION_MICRO "3")
37
set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
38
39
project(ghostwriter VERSION ${RELEASE_SERVICE_VERSION} LANGUAGES CXX)
0 commit comments