Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Prepare for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Feb 29, 2016
1 parent d7c0b27 commit 715ddb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ option( SFCGAL_BUILD_BENCH "Build benchmarks" OFF )
set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules;${CMAKE_MODULE_PATH}" )

set( SFCGAL_VERSION_MAJOR 1 )
set( SFCGAL_VERSION_MINOR 2 )
set( SFCGAL_VERSION_PATCH 2 )
set( SFCGAL_VERSION_MINOR 3 )
set( SFCGAL_VERSION_PATCH 0 )

set( SFCGAL_VERSION "${SFCGAL_VERSION_MAJOR}.${SFCGAL_VERSION_MINOR}.${SFCGAL_VERSION_PATCH}" )

Expand Down
9 changes: 8 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
1.2.3 (201?-MM-DD):
1.3.0 (2016-02-29):
* Add a validity flag to geometries
* Add an option to straight skeleton to return the distance to borders
* Add sfcgal_geometry_is_valid_detail to the C API
* Remove grid and ASC reader
* Remove the viewer
* Fix compilation issue with boost 1.60 (#119)
* Fix WKT parsing issues (#81 #117)
* Retain bisectors of narrow angles in MedialAxis output
1.2.2 (2015-11-16):
* Fix compilation issues with CGAL 4.7
Expand Down

0 comments on commit 715ddb6

Please sign in to comment.