Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consitency #139

Merged
merged 3 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,5 @@ if(EMSCRIPTEN)
install(FILES
"$<TARGET_FILE_DIR:xsqlite>/xsqlite.js"
"$<TARGET_FILE_DIR:xsqlite>/xsqlite.wasm"
DESTINATION ${XJUPYTER_DATA_DIR}/kernels/xsqlite)

DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
2 changes: 1 addition & 1 deletion include/xeus-sqlite/xeus_sqlite_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Project version
#define XSQLITE_VERSION_MAJOR 0
#define XSQLITE_VERSION_MINOR 6
#define XSQLITE_VERSION_PATCH 1
#define XSQLITE_VERSION_PATCH 2

// Composing the version string from major, minor and patch
#define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B)
Expand Down
1 change: 0 additions & 1 deletion share/jupyter/kernels/xsqlite/kernel.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
],
"language": "sqlite",
"metadata":{
"wasm_name" : "xsqlite"
}
}