File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Documentation/doc/resources Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 33
44 var url_re = / ( c g a l \. g e o m e t r y f a c t o r y \. c o m \/ C G A L \/ d o c \/ | d o c \. c g a l \. o r g \/ ) ( m a s t e r | l a t e s t | ( \d \. \d + | \d \. \d + \. \d + ) ( - b e t a \d ) ? ) \/ / ;
55 var url_local = / .* \/ d o c _ o u t p u t \/ / ;
6- var current_version_local = '5.2-beta1 '
6+ var current_version_local = '5.2'
77 var all_versions = [
88 'master' ,
9- '5.2-beta1 ' ,
9+ '5.2' ,
1010 'latest' ,
1111 '5.1.1' ,
1212 '5.0.4' ,
Original file line number Diff line number Diff line change 33
44 var url_re = / ( c g a l \. g e o m e t r y f a c t o r y \. c o m \/ C G A L \/ d o c \/ | d o c \. c g a l \. o r g \/ ) ( m a s t e r | l a t e s t | ( \d \. \d + | \d \. \d + \. \d + ) ( - b e t a \d ) ? ) \/ / ;
55 var url_local = / .* \/ d o c _ o u t p u t \/ / ;
6- var current_version_local = '5.2-beta1 '
6+ var current_version_local = '5.2'
77 var all_versions = [
88 'master' ,
9- '5.2-beta1 ' ,
9+ '5.2' ,
1010 'latest' ,
1111 '5.1.1' ,
1212 '5.0.4' ,
Original file line number Diff line number Diff line change 33
44 var url_re = / ( c g a l \. g e o m e t r y f a c t o r y \. c o m \/ C G A L \/ d o c \/ | d o c \. c g a l \. o r g \/ ) ( m a s t e r | l a t e s t | ( \d \. \d + | \d \. \d + \. \d + ) ( - b e t a \d ) ? ) \/ / ;
55 var url_local = / .* \/ d o c _ o u t p u t \/ / ;
6- var current_version_local = '5.2-beta1 '
6+ var current_version_local = '5.2'
77 var all_versions = [
88 'master' ,
9- '5.2-beta1 ' ,
9+ '5.2' ,
1010 'latest' ,
1111 '5.1.1' ,
1212 '5.0.4' ,
Original file line number Diff line number Diff line change 33
44 var url_re = / ( c g a l \. g e o m e t r y f a c t o r y \. c o m \/ C G A L \/ d o c \/ | d o c \. c g a l \. o r g \/ ) ( m a s t e r | l a t e s t | ( \d \. \d + | \d \. \d + \. \d + ) ( - b e t a \d ) ? ) \/ / ;
55 var url_local = / .* \/ d o c _ o u t p u t \/ / ;
6- var current_version_local = '5.2-beta1 '
6+ var current_version_local = '5.2'
77 var all_versions = [
88 'master' ,
9- '5.2-beta1 ' ,
9+ '5.2' ,
1010 'latest' ,
1111 '5.1.1' ,
1212 '5.0.4' ,
Original file line number Diff line number Diff line change 1717#define CGAL_VERSION_H
1818
1919#ifndef SWIG
20- #define CGAL_VERSION 5.2-beta2
20+ #define CGAL_VERSION 5.2
2121#define CGAL_GIT_HASH abcdef
2222#endif
23- #define CGAL_VERSION_NR 1050200920
23+ #define CGAL_VERSION_NR 1050201000
2424#define CGAL_SVN_REVISION 99999
25- #define CGAL_RELEASE_DATE 20201116
25+ #define CGAL_RELEASE_DATE 20201221
2626
2727#include <CGAL/version_macros.h>
2828
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
22set (CGAL_MINOR_VERSION 2)
33set (CGAL_BUGFIX_VERSION 0)
44include (${CMAKE_CURRENT_LIST_DIR} /CGALConfigBuildVersion.cmake)
5- set (CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2-beta2 " )
5+ set (CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2" )
66set (CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION} " )
77
88if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
You can’t perform that action at this time.
0 commit comments