Skip to content

Commit 89ec751

Browse files
committed
Bump
1 parent 806aa50 commit 89ec751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ cmake_minimum_required(VERSION 3.23.0...3.26.0)
88
# avoided and only used for hotfixes. DON'T USE TRAILING
99
# ZEROS IN VERSIONS
1010
project(Qx
11-
VERSION 0.6
11+
VERSION 0.6.1
1212
LANGUAGES CXX
1313
DESCRIPTION "Qt Extensions Library"
1414
)
1515

1616
# Get helper scripts
1717
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/FetchOBCMake.cmake)
18-
fetch_ob_cmake("3010a962688a63689cdc365722423f5de40c3c59")
18+
fetch_ob_cmake("v0.3.9")
1919

2020
# Initialize project according to standard rules
2121
include(OB/Project)

0 commit comments

Comments
 (0)