# HG changeset patch # User Nathan Phillip Brink # Date 2010-12-02 22:28:00 # Node ID f89a5b99597821feb266765bbf4fca6fb3fbfc04 # Parent 6c07ae1b7762c3c5ec50887030952089a4c44a04 Add SP_PACKAGE_* constants for getting the package version/name/nameversion. diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -18,6 +18,13 @@ * along with SlatePermutate. If not, see . */ +/* + * The @PACKAGE_*@-style defines. + */ +define('SP_PACKAGE_NAME', 'slate_permutate'); +define('SP_PACKAGE_VERSION', '0.1_pre'); +define('SP_PACKAGE_STRING', SP_PACKAGE_NAME . '-' . SP_PACKAGE_VERSION); + /** * Not sure if there's a better place for this... it'd be a pita to * make a new include file like doconfig.inc but maybe that'll make