From 49708469195188f27c8ae0e50732d68d0832679e Mon Sep 17 00:00:00 2001 From: scially Date: Mon, 25 Dec 2023 19:58:15 +0800 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- include/Commons/Version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5842d7..eb30dc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/include/Commons/Version.h b/include/Commons/Version.h index 7886122..d5dea52 100644 --- a/include/Commons/Version.h +++ b/include/Commons/Version.h @@ -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";