From 0c971f62371fc80129d101f3c5fabe7062a93d75 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Sun, 23 Jun 2002 13:03:55 +0000
Subject: [PATCH] Version 1.17.1 final.

---
 Rules.make.orig    | 2 +-
 doc/ChangeLog.html | 2 +-
 setup              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Rules.make.orig b/Rules.make.orig
index a556dd913..cf1be06ba 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"'
+VERSION=	'-DVERSION="1.17.1"'
 
 ############################################################################
 # below this, nothing should be changed!
diff --git a/doc/ChangeLog.html b/doc/ChangeLog.html
index 622594aa6..1677a31b4 100644
--- a/doc/ChangeLog.html
+++ b/doc/ChangeLog.html
@@ -863,7 +863,7 @@
     <LI>Fixed bug: Teleported units aren't removed from map before teleport.
     <LI>Fixed bug: Oil platform can't be placed in snapshots.
     <LI>Fixed bug: Units with zero sightrange see 1 tile.
-    <LI><B>1.17.1pre2</B>
+    <LI><B>Final</B>
     <LI>Fixed bug #570475: 'Next tip' causes segmentation fault (from
 	Jimmy Salmon).
     <LI>Fixed bug: Can capture only enemy buildings.
diff --git a/setup b/setup
index ae00d8a7f..3108e2db9 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.1pre2\""
+VERSION="-DVERSION=\"1.17.1\""
 UNIX=0
 BEOS=0
 WIN32=0