Skip to content

Commit

Permalink
prepare for 6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Jun 21, 2024
1 parent 4393517 commit 78a4865
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Installation/include/CGAL/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
#define CGAL_VERSION_H

#ifndef SWIG
#define CGAL_VERSION 6.0-beta1
#define CGAL_VERSION 6.0-beta2
#define CGAL_GIT_HASH abcdef
#endif
#define CGAL_VERSION_NR 1060000910
#define CGAL_VERSION_NR 1060000920
#define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20240601
#define CGAL_RELEASE_DATE 20240701

#include <CGAL/version_macros.h>

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 6)
set(CGAL_MINOR_VERSION 0)
set(CGAL_BUGFIX_VERSION 0)
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.0-beta1")
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.0-beta2")
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")

if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Thursday": integration,
"Friday": release("5.5"),
"Saturday": release("5.6"),
"Sunday": beta_release_from_master(1),
"Sunday": beta_release_from_master(2),
}


Expand Down

0 comments on commit 78a4865

Please sign in to comment.