~xibo-maintainers/xibo/release22

« back to all changes in this revision

Viewing changes to lib/Helper/Environment.php

  • Committer: GitHub
  • Author(s): Dan Garner
  • Date: 2019-12-02 16:51:23 UTC
  • mfrom: (718.1.1)
  • Revision ID: git-v1:d36274dc3bd809baaddf559fb0dd3dd43ce651f6
Merge pull request #737 from dasgarner/release22

Prepare 2.2.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 */
30
30
class Environment
31
31
{
32
 
    public static $WEBSITE_VERSION_NAME = '2.2.0';
 
32
    public static $WEBSITE_VERSION_NAME = '2.2.1';
33
33
    public static $XMDS_VERSION = '5';
34
34
    public static $XLF_VERSION = '2';
35
35
    public static $VERSION_REQUIRED = '7.0';