File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ include(CMakeDependentOption)
3030# Define Manifold version
3131set (MANIFOLD_VERSION_MAJOR 3)
3232set (MANIFOLD_VERSION_MINOR 1)
33- set (MANIFOLD_VERSION_PATCH 0 )
33+ set (MANIFOLD_VERSION_PATCH 1 )
3434set (
3535 MANIFOLD_VERSION
3636 "${MANIFOLD_VERSION_MAJOR} .${MANIFOLD_VERSION_MINOR} .${MANIFOLD_VERSION_PATCH} "
Original file line number Diff line number Diff line change 11{
22 "name" : " manifold-3d" ,
3- "version" : " 3.1.0 " ,
3+ "version" : " 3.1.1 " ,
44 "description" : " Geometry library for topological robustness" ,
55 "main" : " manifold.js" ,
66 "scripts" : {
4242 "devDependencies" : {
4343 "typedoc" : " ^0.26.6"
4444 }
45- }
45+ }
Original file line number Diff line number Diff line change 2929 flake-utils . lib . eachDefaultSystem
3030 ( system :
3131 let
32- manifold-version = "3.1.0 " ;
32+ manifold-version = "3.1.1 " ;
3333 pkgs = import nixpkgs {
3434 inherit system ;
3535 overlays = [
Original file line number Diff line number Diff line change 11[project ]
22name = " manifold3d"
3- version = " 3.1.0 "
3+ version = " 3.1.1 "
44authors = [
55 { name =" Emmett Lalish" , email =" elalish@gmail.com" },
66]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cd cmake-consumer
55cat << EOT > CMakeLists.txt
66cmake_minimum_required(VERSION 3.18)
77project(testing LANGUAGES CXX)
8- find_package(manifold "3.1.0 " REQUIRED)
8+ find_package(manifold "3.1.1 " REQUIRED)
99add_executable(testing test.cpp)
1010target_link_libraries(testing PRIVATE manifold::manifold)
1111EOT
@@ -14,7 +14,7 @@ cat <<EOT > test.cpp
1414#include <manifold/manifold.h>
1515#include <manifold/version.h>
1616
17- #if MANIFOLD_VERSION < MANIFOLD_VERSION_NUMBER(2, 5 , 1)
17+ #if MANIFOLD_VERSION < MANIFOLD_VERSION_NUMBER(3, 1 , 1)
1818# error "Unexpected: minimum version number not available"
1919#endif
2020
You can’t perform that action at this time.
0 commit comments