From 46b847b1d8853960f6dd5b7e738ccbc4ca858d90 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Sat, 5 Nov 2022 22:09:11 +0100 Subject: [PATCH] version 2.5.1 --- CMakeLists.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bfd891a..0648311d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,15 +2,13 @@ cmake_minimum_required(VERSION 3.12) ################################################################################ -project(Easy3D) - -################################################################################ - set(Easy3D_MAJOR_VERSION 2) set(Easy3D_MINOR_VERSION 5) -set(Easy3D_PATCH_VERSION 0) +set(Easy3D_PATCH_VERSION 1) set(Easy3D_VERSION ${Easy3D_MAJOR_VERSION}.${Easy3D_MINOR_VERSION}.${Easy3D_PATCH_VERSION}) +project(Easy3D VERSION ${Easy3D_VERSION}) + ################################################################################ # Offer the user the choice of overriding the installation directories