Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902)

This commit is contained in:
Kevin Papst
2022-12-31 21:19:55 +01:00
committed by GitHub
parent 95e06746bd
commit 90a0fd8a22
2164 changed files with 83700 additions and 86426 deletions

View File

@@ -17,27 +17,23 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.30.1';
public const VERSION = '2.0.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 13001;
/**
* The current release status, either "stable" or "dev"
*/
public const STATUS = 'stable';
public const VERSION_ID = 20000;
/**
* The software name
*/
public const SOFTWARE = 'Kimai';
/**
* The release name, will only change for new major version
*/
public const NAME = 'Ayumi';
/**
* Used in multiple views
*/
public const GITHUB = 'https://github.com/kimai/kimai/';
/**
* The Github repository name
*/
public const GITHUB_REPO = 'kimai/kimai';
/**
* Homepage, used in multiple views
*/