diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 2ea43bf53f..bf334b0de7 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -19,7 +19,7 @@ define('ITOP_APPLICATION', 'iTop'); define('ITOP_APPLICATION_SHORT', 'iTop'); -define('ITOP_VERSION', '2.5.0-beta'); +define('ITOP_VERSION', '2.5.0'); define('ITOP_REVISION', 'svn'); define('ITOP_BUILD_DATE', '$WCNOW$'); diff --git a/css/css-variables.scss b/css/css-variables.scss index 2417798502..150081b159 100644 --- a/css/css-variables.scss +++ b/css/css-variables.scss @@ -50,4 +50,4 @@ $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.5.0-beta"; +$version: "v2.5.0";