diff options
Diffstat (limited to 'app/class')
-rw-r--r-- | app/class/framework.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/class/framework.class.php b/app/class/framework.class.php index 4223d68..c773c5e 100644 --- a/app/class/framework.class.php +++ b/app/class/framework.class.php @@ -1,5 +1,8 @@ <?php +/* Define Scrott version number */ +define("__VERSION__", "v0.0"); + /* Include the Scrott system-level configuration file if it exists */ is_file("scrott.conf.php") && require_once "scrott.conf.php"; |