Skip to content

Commit

Permalink
update for release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
restena-sw committed Sep 16, 2022
1 parent 60ae679 commit 77954ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/CAT.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class CAT extends \core\common\Entity
public const VERSION_MAJOR = 2;
public const VERSION_MINOR = 1;
public const VERSION_PATCH = 0;
public const VERSION_EXTRA = "alpha1";
private const RELEASE_VERSION = FALSE;
public const VERSION_EXTRA = "";
private const RELEASE_VERSION = TRUE;
private const USER_API_VERSION = 2;

/**
Expand All @@ -65,7 +65,7 @@ class CAT extends \core\common\Entity
private const COPYRIGHT_HOLDER = "GÉANT Association";
private const COPYRIGHT_CONSORTIA = "the GÉANT Projects funded by EU";
private const COPYRIGHT_MIN_YEAR = 2011;
private const COPYRIGHT_MAX_YEAR = 2020;
private const COPYRIGHT_MAX_YEAR = 2022;

/**
* This is the user-displayed string; controlled by the four options above
Expand Down Expand Up @@ -637,4 +637,4 @@ public function getSuperglueZone()
$externalDB = CAT::determineExternalConnection();
return $externalDB->listExternalRealms();
}
}
}

0 comments on commit 77954ee

Please sign in to comment.