lbug 0.12.2 → 0.12.3-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  cmake_minimum_required(VERSION 3.15)
2
2
 
3
- project(Lbug VERSION 0.12.2 LANGUAGES CXX C)
3
+ project(Lbug VERSION 0.12.3.1 LANGUAGES CXX C)
4
4
 
5
5
  option(SINGLE_THREADED "Single-threaded mode" FALSE)
6
6
  if(SINGLE_THREADED)
@@ -414,7 +414,7 @@ add_subdirectory(third_party)
414
414
 
415
415
  add_definitions(-DLBUG_ROOT_DIRECTORY="${PROJECT_SOURCE_DIR}")
416
416
  add_definitions(-DLBUG_CMAKE_VERSION="${CMAKE_PROJECT_VERSION}")
417
- add_definitions(-DLBUG_EXTENSION_VERSION="0.12.0")
417
+ add_definitions(-DLBUG_EXTENSION_VERSION="dev")
418
418
 
419
419
  if(BUILD_LBUG)
420
420
  include_directories(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lbug",
3
- "version": "0.12.2",
3
+ "version": "0.12.3-dev.1",
4
4
  "description": "An in-process property graph database management system built for query speed and scalability.",
5
5
  "main": "index.js",
6
6
  "module": "./index.mjs",
Binary file
Binary file
Binary file
Binary file