From d81d1443d72e9420171f7cb38eacb89b146bd2a7 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Sun, 30 Jun 2002 18:44:17 +0000
Subject: [PATCH] 1.17.2 release.
---
Rules.make.orig | 2 +-
doc/ChangeLog.html | 2 +-
setup | 2 +-
src/include/freecraft.h | 2 +-
src/include/netconnect.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Rules.make.orig b/Rules.make.orig
index 918365ebb..6e0320cc6 100644
--- a/Rules.make.orig
+++ b/Rules.make.orig
@@ -167,7 +167,7 @@ PREFIX=/usr/local
#PROFILE= -pg -a
# Compile Version
-VERSION= '-DVERSION="1.17.2pre1"'
+VERSION= '-DVERSION="1.17.2"'
############################################################################
# below this, nothing should be changed!
diff --git a/doc/ChangeLog.html b/doc/ChangeLog.html
index a64585239..0d3a210af 100644
--- a/doc/ChangeLog.html
+++ b/doc/ChangeLog.html
@@ -819,7 +819,6 @@
Added Alt-Buttons: second set of buttons are available on
pressed Alt-key.
-
Version 1.17.1
- 1.17.1pre1
@@ -873,6 +872,7 @@
- Added Global Options, can change resolution, fog mode, and
fullscreen mode.
+
Version 1.17.2
- Fixed multiplayer fog of war (from Jimmy Salmon).
diff --git a/setup b/setup
index d718035ef..edac59dbd 100755
--- a/setup
+++ b/setup
@@ -122,7 +122,7 @@ fi
#------------------------------------------------------------------------------
# DON'T CHANGE ANYTHING FROM HERE DOWN UNLESS YOU KNOW WHAT YOU ARE DOING
-VERSION="-DVERSION=\"1.17.2pre1\""
+VERSION="-DVERSION=\"1.17.2\""
UNIX=0
BEOS=0
WIN32=0
diff --git a/src/include/freecraft.h b/src/include/freecraft.h
index bb38346d4..1d6b2ae17 100644
--- a/src/include/freecraft.h
+++ b/src/include/freecraft.h
@@ -274,7 +274,7 @@
----------------------------------------------------------------------------*/
#ifndef VERSION
-#define VERSION "1.17.2pre1" /// Engine version shown
+#define VERSION "1.17.2" /// Engine version shown
#endif
#ifndef FreeCraftMajorVerion
diff --git a/src/include/netconnect.h b/src/include/netconnect.h
index 2d903c8d4..01733168e 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 5
+#define NetworkProtocolPatchLevel 6
/// Network protocol version (1,2,3) -> 10203
#define NetworkProtocolVersion \
(NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \