From c007514af07ecfa9cc00a3f6ae2d371be7a27a03 Mon Sep 17 00:00:00 2001 From: geby Date: Mon, 11 Jun 2012 14:20:41 +0000 Subject: [PATCH] Updated SynapseRelease constant git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@154 7c85be65-684b-0410-a082-b2ed4fbef004 --- blcksock.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blcksock.pas b/blcksock.pas index 38d300d..6a89e02 100644 --- a/blcksock.pas +++ b/blcksock.pas @@ -113,7 +113,7 @@ uses const - SynapseRelease = '38'; + SynapseRelease = '40'; cLocalhost = '127.0.0.1'; cAnyHost = '0.0.0.0';