Skip to content

Commit

Permalink
This branch now targets 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 16, 2020
1 parent 8b649c4 commit a8f143d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.1.1
#define CGAL_VERSION 5.1.2
#define CGAL_GIT_HASH abcdef
#endif
#define CGAL_VERSION_NR 1050111000
#define CGAL_VERSION_NR 1050121000
#define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20200908

Expand Down
4 changes: 2 additions & 2 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 5)
set(CGAL_MINOR_VERSION 1)
set(CGAL_BUGFIX_VERSION 1)
set(CGAL_BUGFIX_VERSION 2)
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.1.1")
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.1.2")
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 a8f143d

Please sign in to comment.