Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scially committed Dec 25, 2023
1 parent a3b3a08 commit 4970846
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.0)
project(Cesium3DTilesConverter VERSION 3.1.1)

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 0
#define SCIALLY_PROJECT_VERSION_PATCH 1

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

0 comments on commit 4970846

Please sign in to comment.