Skip to content

Commit

Permalink
prepare CGAL-5.6 final version
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jul 26, 2023
1 parent c2ded06 commit 454ac73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Documentation/doc/resources/1.8.13/menu_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
var current_version_local = 'master'
var all_versions = [
'master',
'5.6-beta1',
'latest',
'5.5.2',
'5.4.4',
'5.6',
'5.5.3',
'5.4.5',
'5.3.2',
'5.2.4',
'5.1.5',
Expand Down
6 changes: 3 additions & 3 deletions Documentation/doc/resources/1.9.6/menu_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
var current_version_local = 'master'
var all_versions = [
'master',
'5.6-beta1',
'latest',
'5.5.2',
'5.4.4',
'5.6',
'5.5.3',
'5.4.5',
'5.3.2',
'5.2.4',
'5.1.5',
Expand Down
4 changes: 2 additions & 2 deletions Installation/include/CGAL/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
#define CGAL_VERSION_H

#ifndef SWIG
#define CGAL_VERSION 5.6-beta2
#define CGAL_VERSION 5.6
#define CGAL_GIT_HASH abcdef
#endif
#define CGAL_VERSION_NR 1050600920
#define CGAL_VERSION_NR 1050601000
#define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20230630

Expand Down
2 changes: 1 addition & 1 deletion Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
set(CGAL_MINOR_VERSION 6)
set(CGAL_BUGFIX_VERSION 0)
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.6-beta2")
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.6")
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")

if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
Expand Down

0 comments on commit 454ac73

Please sign in to comment.