Skip to content
Snippets Groups Projects
Commit ffb2c0e4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Increment reported revision.

parent 51e31575
No related branches found
No related tags found
No related merge requests found
// $Id: binkit.js,v 2.39 2020/05/04 22:58:33 rswindell Exp $
// vi: tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab
/*
* Intentionally simple "Advanced BinkleyTerm Style Outbound"
......@@ -22,7 +21,7 @@ load('fidocfg.js');
load('binkp.js');
load('freqit_common.js');
var REVISION = "$Revision: 2.39 $".split(' ')[1];
var REVISION = 2.40;
var version_notice = "BinkIT/" + REVISION;
var semaphores = [];
// data/binkstats.ini
......
// $Id: binkp.js,v 1.123 2020/04/10 07:01:24 rswindell Exp $
const binkp_revision = 1.124;
require('sockdefs.js', 'SOCK_STREAM');
require('fido.js', 'FIDO');
......@@ -56,7 +56,7 @@ function BinkP(name_ver, inbound, rx_callback, tx_callback)
if (name_ver === undefined)
name_ver = 'UnknownScript/0.0';
this.name_ver = name_ver;
this.revision = "JSBinkP/" + "$Revision: 1.123 $".split(' ')[1];
this.revision = "JSBinkP/" + binkp_revision;
this.full_ver = name_ver + "," + this.revision + ',sbbs' + system.version + system.revision + '/' + system.platform;
if (inbound === undefined)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment