Skip to content

Commit 4a5f6ae

Browse files
authored
consitency (#139)
* consitency
1 parent 469fec7 commit 4a5f6ae

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,5 @@ if(EMSCRIPTEN)
378378
install(FILES
379379
"$<TARGET_FILE_DIR:xsqlite>/xsqlite.js"
380380
"$<TARGET_FILE_DIR:xsqlite>/xsqlite.wasm"
381-
DESTINATION ${XJUPYTER_DATA_DIR}/kernels/xsqlite)
382-
381+
DESTINATION ${CMAKE_INSTALL_BINDIR})
383382
endif()

include/xeus-sqlite/xeus_sqlite_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Project version
1414
#define XSQLITE_VERSION_MAJOR 0
1515
#define XSQLITE_VERSION_MINOR 6
16-
#define XSQLITE_VERSION_PATCH 1
16+
#define XSQLITE_VERSION_PATCH 2
1717

1818
// Composing the version string from major, minor and patch
1919
#define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B)

share/jupyter/kernels/xsqlite/kernel.json.in

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
],
88
"language": "sqlite",
99
"metadata":{
10-
"wasm_name" : "xsqlite"
1110
}
1211
}

0 commit comments

Comments
 (0)