From f43fbdc053a31c1c07f1f6e212c953a19369d967 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 25 Jul 2018 20:18:44 -0500 Subject: [PATCH] Put version into code In case anyone wants to check it, I guess? Closes #12 --- lib/openpgp.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/openpgp.php b/lib/openpgp.php index 531dedf..65a157d 100644 --- a/lib/openpgp.php +++ b/lib/openpgp.php @@ -18,6 +18,8 @@ * @see http://tools.ietf.org/html/rfc4880 */ class OpenPGP { + const VERSION = array(0, 3, 0); + /** * @see http://tools.ietf.org/html/rfc4880#section-6 * @see http://tools.ietf.org/html/rfc4880#section-6.2