From b84e7a76d0d096d295c150322ee13aa40e74d55c Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Wed, 6 Dec 2023 13:56:43 +0100 Subject: [PATCH 1/3] consitency --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9806065..1ebc4bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -378,6 +378,5 @@ if(EMSCRIPTEN) install(FILES "$/xsqlite.js" "$/xsqlite.wasm" - DESTINATION ${XJUPYTER_DATA_DIR}/kernels/xsqlite) - + DESTINATION ${CMAKE_INSTALL_BINDIR}) endif() \ No newline at end of file From e0b09d6b2719f0a3bdf5f39c68fea240d5e82976 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Thu, 7 Dec 2023 10:46:37 +0100 Subject: [PATCH 2/3] consitency --- share/jupyter/kernels/xsqlite/kernel.json.in | 1 - 1 file changed, 1 deletion(-) diff --git a/share/jupyter/kernels/xsqlite/kernel.json.in b/share/jupyter/kernels/xsqlite/kernel.json.in index 522d434..b848f35 100644 --- a/share/jupyter/kernels/xsqlite/kernel.json.in +++ b/share/jupyter/kernels/xsqlite/kernel.json.in @@ -7,6 +7,5 @@ ], "language": "sqlite", "metadata":{ - "wasm_name" : "xsqlite" } } From 55ec924e5994a616d96738a4aeab1cfc8cc28856 Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Fri, 8 Dec 2023 09:06:17 +0100 Subject: [PATCH 3/3] bump version --- include/xeus-sqlite/xeus_sqlite_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xeus-sqlite/xeus_sqlite_config.hpp b/include/xeus-sqlite/xeus_sqlite_config.hpp index 24342c5..b1b52be 100644 --- a/include/xeus-sqlite/xeus_sqlite_config.hpp +++ b/include/xeus-sqlite/xeus_sqlite_config.hpp @@ -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)