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

Commit

Permalink
Bump up version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Nov 16, 2015
1 parent ded9498 commit 5310dcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 0 )
set( SFCGAL_VERSION_PATCH 2 )

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

Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.2 (2015-11-16):
* Fix compilation issues with CGAL 4.7
* Fix Travis CI support for CGAL 4.3 and CGAL 4.7
1.2.1 - invalid release
1.2.0 (2015-09-18):
* Improve the computation speed of straight skeletons by using an inexact construction kernel
* Add a new function approximateMedialAxis
Expand Down

0 comments on commit 5310dcb

Please sign in to comment.