diff --git a/inc/inc.Version.php b/inc/inc.Version.php index c80afc4ba..e05f2990a 100644 --- a/inc/inc.Version.php +++ b/inc/inc.Version.php @@ -27,6 +27,10 @@ class SeedDMS_Version { return; } + function version() { + return $this->_number; + } + function banner() { return $this->_string .", ". $this->_number; }