Skip to content

Commit

Permalink
build: raise CMake project version to 0.3.80
Browse files Browse the repository at this point in the history
For development on master branch.
  • Loading branch information
romangg committed Oct 9, 2024
1 parent 7024827 commit b5f18e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.23 FATAL_ERROR)

project("The Compositor Modules" VERSION 0.3.0)
project("The Compositor Modules" VERSION 0.3.80)

set(QT_MIN_VERSION "6.6.0")
set(KF6_MIN_VERSION "6.0.0")
Expand Down

0 comments on commit b5f18e9

Please sign in to comment.