Skip to content

Commit

Permalink
Version 5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenfan committed Sep 4, 2024
1 parent 4ccfbe5 commit 7912014
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 11_2)
set(VERSION_MINOR 11_3)

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 "11_2"
#define BOUNCER_VMINOR "11_3"
#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.11.2",
"version": "5.11.3",
"engines": {
"node": "18.x.x"
},
Expand Down

0 comments on commit 7912014

Please sign in to comment.