diff options
author | Malf Furious <m@lfurio.us> | 2016-05-22 17:29:16 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-05-22 17:29:16 -0400 |
commit | 37f5031ab0d53f85dd411e868cf83a0ab4439246 (patch) | |
tree | 51b38b816a253183da4f1f4a255a82c48a552bf0 /app | |
parent | abd11313d0a9f2b28d7b709fcbd98befd95db15c (diff) | |
download | scrott-37f5031ab0d53f85dd411e868cf83a0ab4439246.tar.gz scrott-37f5031ab0d53f85dd411e868cf83a0ab4439246.zip |
Define Scrott version number constant throughout app
Diffstat (limited to 'app')
-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"; |