Skip to content

Commit

Permalink
[fix] memory overload
Browse files Browse the repository at this point in the history
  • Loading branch information
scially committed Jan 11, 2024
1 parent 6f14903 commit 3e278b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.10)
project(Cesium3DTilesConverter VERSION 3.1.1)
project(Cesium3DTilesConverter VERSION 3.1.2)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
set(BUILD_TESTS ON CACHE BOOL "Build tests")
Expand Down
4 changes: 2 additions & 2 deletions include/Commons/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#define SCIALLY_PROJECT_VERSION_MAJOR 3
#define SCIALLY_PROJECT_VERSION_MINOR 1
#define SCIALLY_PROJECT_VERSION_PATCH 1
#define SCIALLY_PROJECT_VERSION_PATCH 2

constexpr const char* SCIALLY_PROJECT_VERSION = "3.1.1";
constexpr const char* SCIALLY_PROJECT_VERSION = "3.1.2";
constexpr const char* SCIALLY_PROJECT_NAME = "Cesium3DTilesConverter";

0 comments on commit 3e278b9

Please sign in to comment.