Tache #2342: Version de NOALYSS : donné quand on tag une version
This commit is contained in:
parent
a124cf0a0e
commit
245ed74748
5 changed files with 18 additions and 19 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue