From 9589e55f58ac6da9a11aa5100d6234cdc7b19b4d Mon Sep 17 00:00:00 2001 From: Jeremy Bouse Date: Sat, 23 Dec 2017 02:58:48 -0500 Subject: [PATCH] remove constant --- src/gpg-policy.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpg-policy.inc.php b/src/gpg-policy.inc.php index 10a38cc..9422904 100644 --- a/src/gpg-policy.inc.php +++ b/src/gpg-policy.inc.php @@ -32,7 +32,7 @@ endif; function get_version() { - return join ('.', array(constant(GPG_APP_VER_MAJOR), constant(GPG_APP_VER_MINOR), constant(GPG_APP_VER_PATCH))); + return join ('.', array(GPG_APP_VER_MAJOR, GPG_APP_VER_MINOR, GPG_APP_VER_PATCH)); } function get_licensee() {