Skip to content

Commit

Permalink
master will now target 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Oct 21, 2024
1 parent 50cfbde commit 096075e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1
#define CGAL_VERSION 6.1-dev
#define CGAL_GIT_HASH abcdef
#endif
#define CGAL_VERSION_NR 1060011000
#define CGAL_VERSION_NR 1060100900
#define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20240925
#define CGAL_RELEASE_DATE 20241130

#include <CGAL/version_macros.h>

Expand Down
6 changes: 3 additions & 3 deletions Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set(CGAL_MAJOR_VERSION 6)
set(CGAL_MINOR_VERSION 0)
set(CGAL_BUGFIX_VERSION 1)
set(CGAL_MINOR_VERSION 1)
set(CGAL_BUGFIX_VERSION 0)
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.0.1")
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1-dev")
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 096075e

Please sign in to comment.