From c9a2cbd7c8e27448eb202ca79c63f83797235054 Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Thu, 25 Oct 2012 14:15:08 +0300 Subject: [PATCH] Core: new constant VERSION - added. --- monstra/engine/core.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/monstra/engine/core.php b/monstra/engine/core.php index 1e9a78e..ae45c2d 100644 --- a/monstra/engine/core.php +++ b/monstra/engine/core.php @@ -42,6 +42,12 @@ const DEVELOPMENT = 4; + /** + * The version of Monstra + */ + const VERSION = '1.2.1'; + + /** * Monstra environment *