Fix iTop version that stayed to "2.5.0-beta" for the release

This commit is contained in:
Molkobain
2018-11-27 17:52:15 +01:00
committed by Eric
parent c5d0dd05b9
commit 67c0e0eb1c
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
define('ITOP_APPLICATION', 'iTop');
define('ITOP_APPLICATION_SHORT', 'iTop');
define('ITOP_VERSION', '2.6.0-dev');
define('ITOP_VERSION', '2.6.0');
define('ITOP_REVISION', 'svn');
define('ITOP_BUILD_DATE', '$WCNOW$');

View File

@@ -50,3 +50,6 @@ $search-add-criteria-box-hover-color: $gray-extra-light;
$search-button-box-color: $combodo-orange;
$search-button-box-bg-color: $white;
$search-button-box-bg-hover-color: $gray-extra-light;
// Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0
$version: "v2.6.0";