Skip to content

Commit

Permalink
version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Nov 5, 2022
1 parent 190838e commit 46b847b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46b847b

Please sign in to comment.