From 800af0d7f8abc5abe70194a5fae89ad425c2a9a4 Mon Sep 17 00:00:00 2001 From: Deuce <shurd@sasktel.net> Date: Fri, 27 Nov 2020 04:00:48 -0500 Subject: [PATCH] Apparently we're editing file revisions like cavemen now. Call this one "2" Flashbacks to manually editing zone files here. I may end up going with YYYYMMDD numbers like I sometimes did in zone files, but maybe I'll just do the single number thing... not really sure yet. --- exec/load/binkp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/load/binkp.js b/exec/load/binkp.js index 55ba148a19..1087e277c6 100644 --- a/exec/load/binkp.js +++ b/exec/load/binkp.js @@ -1,4 +1,4 @@ -const binkp_revision = 1.124; +const binkp_revision = 2; require('sockdefs.js', 'SOCK_STREAM'); require('fido.js', 'FIDO'); -- GitLab