Adapt doc and scripts to new tags and branchs names

This commit is contained in:
Laurent Rineau
2020-09-10 13:10:03 +02:00
parent 9650869e2b
commit 6db27e5db6
5 changed files with 6 additions and 6 deletions
@@ -24,7 +24,7 @@ set -e # Exit the script on first error, for safety
PREVIOUS_MAJOR_RELEASE=$1
CURRENT_RELEASE=$2
REMOTE=`git config branch.releases/CGAL-${PREVIOUS_MAJOR_RELEASE}-branch.remote`
REMOTE=`git config branch.releases/CGAL-${PREVIOUS_MAJOR_RELEASE}-branch.remote || git config branch.${PREVIOUS_MAJOR_RELEASE}.x-branch.remote`
# $REMOTE should be the "cgal" remote, but a CGAL developer may have keep the
# name "origin", or set to another one.
@@ -13,7 +13,7 @@
//
// These files are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/releases/CGAL-4.1-branch/CGALimageIO/include/CGAL/ImageIO.h $
// $URL: $
// $Id: ImageIO.h 67097 2012-01-13 13:36:56Z lrineau $
//
// SPDX-License-Identifier: LGPL-3.0-or-later