CGAL-5.3.2 was not published today

... it will be published with CGAL-5.4.1.
This commit is contained in:
Laurent Rineau 2022-01-31 17:28:04 +01:00
parent 47aab15a17
commit 959bbf105c
5 changed files with 8 additions and 7 deletions

View File

@ -8,7 +8,7 @@
'master',
'latest',
'5.4',
'5.3.2',
'5.3.1',
'5.2.4',
'5.1.5',
'5.0.4',

View File

@ -8,7 +8,7 @@
'master',
'latest',
'5.4',
'5.3.2',
'5.3.1',
'5.2.4',
'5.1.5',
'5.0.4',

View File

@ -8,7 +8,7 @@
'master',
'latest',
'5.4',
'5.3.2',
'5.3.1',
'5.2.4',
'5.1.5',
'5.0.4',

View File

@ -8,7 +8,7 @@
'master',
'latest',
'5.4',
'5.3.2',
'5.3.1',
'5.2.4',
'5.1.5',
'5.0.4',

View File

@ -3,12 +3,13 @@
var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+)(-beta\d)?)\//;
var url_local = /.*\/doc_output\//;
var current_version_local = '5.3-beta1'
var current_version_local = 'master'
var all_versions = [
'master',
'5.3',
'latest',
'5.2.3',
'5.4',
'5.3.1',
'5.2.4',
'5.1.5',
'5.0.4',
'4.14.3',