Skip to content

Commit

Permalink
CMakeLists.txt: version up to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Aug 8, 2018
1 parent cf4633f commit efe4a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CMAKE_MINIMUM_REQUIRED( VERSION 3.8.0 )
SET( CMAKE_SKIP_RPATH TRUE )

## project name & version
PROJECT(partio LANGUAGES CXX VERSION 1.5.0)
PROJECT(partio LANGUAGES CXX VERSION 1.5.2)

# PARTIO_SE_ENABLED enables SeExpr support
option(PARTIO_SE_ENABLED "PARTIO_SE_ENABLED" false)
Expand Down

0 comments on commit efe4a0c

Please sign in to comment.