Skip to content

Commit

Permalink
Use current relrease number in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Nov 2, 2024
1 parent 828a8b7 commit ecb2ab9
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)

project(firefoxprofilerunner)

set(CMAKE_PROJECT_VERSION "2.2.0")
set(CMAKE_PROJECT_VERSION "2.1.0")
set(CMAKE_CXX_STANDARD 17)
set(QT_MIN_VERSION 5.15.0)
set(KF_MIN_VERSION 5.105.0)
Expand Down

0 comments on commit ecb2ab9

Please sign in to comment.