summaryrefslogtreecommitdiffstats
path: root/app/class/framework.class.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2016-05-22 17:29:16 -0400
committerMalf Furious <m@lfurio.us>2016-05-22 17:29:16 -0400
commit37f5031ab0d53f85dd411e868cf83a0ab4439246 (patch)
tree51b38b816a253183da4f1f4a255a82c48a552bf0 /app/class/framework.class.php
parentabd11313d0a9f2b28d7b709fcbd98befd95db15c (diff)
downloadscrott-37f5031ab0d53f85dd411e868cf83a0ab4439246.tar.gz
scrott-37f5031ab0d53f85dd411e868cf83a0ab4439246.zip
Define Scrott version number constant throughout app
Diffstat (limited to 'app/class/framework.class.php')
-rw-r--r--app/class/framework.class.php3
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";