Skip to content

Commit 90dc643

Browse files
committed
Bump
1 parent 2853b88 commit 90dc643

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ project(CLIFp
1313

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

1818
# Initialize project according to standard rules
1919
include(OB/Project)
@@ -77,18 +77,18 @@ endif()
7777

7878
include(OB/FetchQx)
7979
ob_fetch_qx(
80-
REF "806aa500e292686e66c2e2889965d3702fe188b2"
80+
REF "v0.6.1"
8181
COMPONENTS
8282
${CLIFP_QX_COMPONENTS}
8383
)
8484

8585
# Fetch libfp (build and import from source)
8686
include(OB/Fetchlibfp)
87-
ob_fetch_libfp("9995681fe222f240512e9bd83b211ecc585716db")
87+
ob_fetch_libfp("v0.5.5")
8888

8989
# Fetch QI-QMP (build and import from source)
9090
include(OB/FetchQI-QMP)
91-
ob_fetch_qi_qmp("5d7d30b061cdcf5f5159f20d7f6e6be81b1b0170")
91+
ob_fetch_qi_qmp("v0.2.3")
9292

9393
# Fetch QuaZip (build and import from source)
9494
include(OB/FetchQuaZip)

lib/backend/src/kernel/core.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "task/task.h"
2222
#include "_backend_project_vars.h"
2323

24+
// TODO: It's time to cleanout the old unused mounter support (i.e. docker, QEMU, etc).
25+
2426
class QX_ERROR_TYPE(CoreError, "CoreError", 1200)
2527
{
2628
friend class Core;

0 commit comments

Comments
 (0)