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.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Mercier committed Nov 29, 2013
1 parent 1f20b40 commit c7e8594
Show file tree
Hide file tree
Showing 2 changed files with 3 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 0 )
set( SFCGAL_VERSION_PATCH 3 )
set( SFCGAL_VERSION_PATCH 4 )

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

Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
1.0.4:
Fix compilation with CGAL 4.3

0 comments on commit c7e8594

Please sign in to comment.