Skip to content

Commit

Permalink
Version 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Sep 6, 2023
1 parent 5739a06 commit 02a7b4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bouncer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
add_subdirectory(src)

set(VERSION_MAJOR 5)
set(VERSION_MINOR 4_0)
set(VERSION_MINOR 6_0)

include_directories(${Boost_INCLUDE_DIRS} ${MONGO_INCLUDE_DIR} ${ASSIMP_INCLUDE_DIR} ${OCCT_INCLUDE_DIR} ${IFCOPENSHELL_INCLUDE_DIR} ${ODA_INCLUDE_DIR} ${SYNCHRO_READER_INCLUDE_DIR} ${AWSSDK_INCLUDE_DIR} ${CRYPTOLENS_INCLUDE_DIR} src ../)
add_definitions(-DREPO_API_LIBRARY)
Expand Down
2 changes: 1 addition & 1 deletion bouncer/src/repo/repo_bouncer_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//------------------------------------------------------------------------------
#define BOUNCER_VMAJOR 5

#define BOUNCER_VMINOR "4_0"
#define BOUNCER_VMINOR "6_0"
#define REPO_MAX_OBJ_SIZE (16 * 1024 * 1024)

//
2 changes: 1 addition & 1 deletion tools/bouncer_worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3drepobouncerWorker",
"version": "5.4.0",
"version": "5.6.0",
"engines": {
"node": "18.x.x"
},
Expand Down

0 comments on commit 02a7b4f

Please sign in to comment.