Tache #2342: Version de NOALYSS : donné quand on tag une version

This commit is contained in:
sparkyx 2024-02-25 17:32:49 +01:00
parent a124cf0a0e
commit 245ed74748
5 changed files with 18 additions and 19 deletions

View file

@ -93,11 +93,7 @@ define('BUTTONADD', "✚");
// If noalyss_version is not defined it is likely directly taken from
// git and so this variable is not set, this cause some issue
if (! defined ("NOALYSS_VERSION"))
{
define("NOALYSS_VERSION",9999);
}
define('SVNINFO', NOALYSS_VERSION);
define('NOALYSS_VERSION', 9114 );
if (!defined('DEBUGNOALYSS')) {
define("DEBUGNOALYSS", 0);
}
@ -109,7 +105,7 @@ if (!defined('LOGINPUT')) {
if (!defined('DEBUGNOALYSS')) {
define('DEBUGNOALYSS', 0);
}
$version_noalyss = SVNINFO;
$version_noalyss = NOALYSS_VERSION;
// If you don't want to be notified of the update
if (!defined("SITE_UPDATE"))