branch: elpa/hyperdrive
commit 473013eae2640b90fc673543b13e902d8f9e4954
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>

    Add: Vars (h/gateway-version-expected, h/gateway-version-correct-p)
---
 hyperdrive-vars.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 8a850b8ef5..907cdc9b40 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -362,6 +362,13 @@ values are alists mapping version range starts to plists 
with
 
 ;;;;; Internals
 
+(defvar h/gateway-version-expected "3.7.0")
+
+(defvar h/gateway-version-correct-p nil
+  "Non-nil if the local gateway version has been verified correct in this 
session.
+May also be non-nil if the user has chosen to use whatever
+version is currently installed.")
+
 (defvar h/gateway-process nil
   "Hyper-gateway-ushin process.
 Only used when `hyperdrive-gateway-process-type' is `subprocess'.")

Reply via email to