From 0e17286b404973e2433609b9099ac1153123d25c Mon Sep 17 00:00:00 2001
From: johns <>
Date: Sat, 1 Jun 2002 22:19:43 +0000
Subject: [PATCH] Path is now send relative to data directory.

---
 src/include/netconnect.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/netconnect.h b/src/include/netconnect.h
index 56065d288..8551f5732 100644
--- a/src/include/netconnect.h
+++ b/src/include/netconnect.h
@@ -43,7 +43,7 @@
     /// Network protocol minor version (maximal 99)
 #define NetworkProtocolMinorVersion	4
     /// Network protocol patch level (maximal 99)
-#define NetworkProtocolPatchLevel	1
+#define NetworkProtocolPatchLevel	2
     /// Network protocol version (1,2,3) -> 10203
 #define NetworkProtocolVersion \
 	(NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \