tUpdate version number 1.5.8 -> 1.5.9 - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d20302d32880bf83d7e52c02ce5c83b26e42fe76
 (DIR) parent c95176f1eaf949e99e940ba6253b826bb046a28c
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon,  2 Jun 2003 18:50:05 +0000
       
       Update version number 1.5.8 -> 1.5.9
       
       
       Diffstat:
         M README                              |      14 +++++++-------
         M doc/index.html                      |       6 +++---
         M doc/installation.html               |      20 ++++++++++----------
         M win32/dialogs.rc                    |       4 ++--
         M win32/filelist                      |       6 +++---
       
       5 files changed, 25 insertions(+), 25 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -1,13 +1,13 @@
       -This is dopewars 1.5.8, a game simulating the life of a drug dealer in 
       +This is dopewars 1.5.9, a game simulating the life of a drug dealer in 
        New York. The aim of the game is to make lots and lots of money...
        unfortunately, you start the game with a hefty debt, accumulating interest,
        and the cops take a rather dim view of drug dealing...
        
        These are brief instructions; see the HTML documentation for full information.
        
       -dopewars 1.5.8 servers should handle clients as old as version 1.4.3 with
       +dopewars 1.5.9 servers should handle clients as old as version 1.4.3 with
        hardly any visible problems (the reverse is also true). However, it is
       -recommended that both clients and servers are upgraded to 1.5.8!
       +recommended that both clients and servers are upgraded to 1.5.9!
        
        INSTALLATION
        
       t@@ -17,10 +17,10 @@ Either...
           
        Or...
        
       -2. Get the tarball dopewars-1.5.8.tar.gz from the same URL
       -   Extract it via tar -xvzf dopewars-1.5.8.tar.gz
       +2. Get the tarball dopewars-1.5.9.tar.gz from the same URL
       +   Extract it via tar -xvzf dopewars-1.5.9.tar.gz
           Follow the instructions in the INSTALL file in the newly-created
       -      dopewars-1.5.8 directory
       +      dopewars-1.5.9 directory
        
        Once you're done, you can safely delete the RPM, tarball and dopewars
        directory. The dopewars binary is all you need!
       t@@ -96,7 +96,7 @@ if I can fix 'em... of course, a working patch would be even nicer! ;)
        LICENCE
        
        dopewars is released under the GNU General Public License; see the text file
       -LICENCE for further information. dopewars is copyright (C) Ben Webb 1998-2002.
       +LICENCE for further information. dopewars is copyright (C) Ben Webb 1998-2003.
        The dopewars icons are copyright (C) Ocelot Mantis 2001.
        
        SUPPORT
 (DIR) diff --git a/doc/index.html b/doc/index.html
       t@@ -12,11 +12,11 @@ col.linklist    { width: 35% }
        td.linklist     { vertical-align: top }
        -->
        </style>
       -<title>dopewars 1.5.8: Main Index</title>
       +<title>dopewars 1.5.9: Main Index</title>
        </head>
        
        <body>
       -<h1>dopewars 1.5.8: Main Index</h1>
       +<h1>dopewars 1.5.9: Main Index</h1>
        
        <table>
        <col class="linklist" />
       t@@ -64,7 +64,7 @@ freely available under the <a href="LICENCE">GNU General Public License</a>.</p>
        
        <hr />
        <p>
       -  Last update: <b>15-10-2002</b><br />
       +  Last update: <b>02-06-2003</b><br />
          Valid <a href="http://validator.w3.org/check/referer">XHTML 1.1</a>
          and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>
        </p>
 (DIR) diff --git a/doc/installation.html b/doc/installation.html
       t@@ -57,7 +57,7 @@ segmentation faults due to library conflicts.</p>
        
        <ol>
        <li>Download the 
       -<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.8-1.i386.rpm">
       +<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.9-1.i386.rpm">
        i386 (Intel)</a> RPM with your web browser. (If your browser is incorrectly set
        up, it may try and display the file, in which case tell it explicitly to save
        the file - Shift+Mouse button 1 in Netscape.)</li>
       t@@ -68,7 +68,7 @@ up).</li>
        
        <li>Change to the directory containing the dopewars rpm, and install it with
        the command<br />
       -<tt><b>rpm -Uvh dopewars-1.5.8-1.i386.rpm</b></tt><br /> This will replace any
       +<tt><b>rpm -Uvh dopewars-1.5.9-1.i386.rpm</b></tt><br /> This will replace any
        already-installed earlier version.</li>
        </ol>
        
       t@@ -80,13 +80,13 @@ building the binaries from it on your system.</p>
        
        <ol>
        <li>Download the
       -<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.8-1.src.rpm">
       +<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.9-1.src.rpm">
        source code RPM</a>.</li>
        
        <li>Become root and change to the directory containing the new rpm.</li>
        
        <li>Build a binary rpm with the command<br />
       -<tt><b>rpm --rebuild dopewars-1.5.8-1.src.rpm</b></tt></li>
       +<tt><b>rpm --rebuild dopewars-1.5.9-1.src.rpm</b></tt></li>
        
        <li>Change to the directory which the binary rpm has been written to (check
        the output of the above - usually /usr/src/redhat/RPMS/<i>xxx</i>, where
       t@@ -94,7 +94,7 @@ the output of the above - usually /usr/src/redhat/RPMS/<i>xxx</i>, where
        "alpha" on Alphas)</li>
        
        <li>Install the binary rpm with the command<br />
       -<tt><b>rpm -Uvh dopewars-1.5.8-1.<i>xxx</i>.rpm</b></tt></li>
       +<tt><b>rpm -Uvh dopewars-1.5.9-1.<i>xxx</i>.rpm</b></tt></li>
        </ol>
        
        <h2><a id="tarball">Tarball installation</a></h2>
       t@@ -114,15 +114,15 @@ Unix <a href="http://www.gtk.org/download/">here</a> or for Windows
        
        <ol>
        <li>Download the
       -<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.8.tar.gz">
       +<a href="http://prdownloads.sourceforge.net/dopewars/dopewars-1.5.9.tar.gz">
        source code tarball</a>.</li>
        
        <li>Change to the directory containing the tarball and extract the contents
        with the command <br />
       -<tt><b>tar -xvzf dopewars-1.5.8.tar.gz</b></tt><br />
       +<tt><b>tar -xvzf dopewars-1.5.9.tar.gz</b></tt><br />
        (or similar).</li>
        
       -<li>Change into the dopewars-1.5.8 directory, and read all the important
       +<li>Change into the dopewars-1.5.9 directory, and read all the important
        documentation in there ;) Most notably, the INSTALL file gives more details
        on setup and installation on Windows systems.</li>
        
       t@@ -137,7 +137,7 @@ should compile cleanly. If you are running the Cygwin tools under Microsoft
        Windows, the script should detect this and allow you to build a native
        Windows binary; this will then run on any Win32 system, even one without Cygwin
        installed. The configure script supports a number of configurable options; for
       -more details, read the INSTALL file in the dopewars-1.5.8 directory.</p>
       +more details, read the INSTALL file in the dopewars-1.5.9 directory.</p>
        
        <p>If you cannot become root, run the configure script specifying directories
        for which you have write access for both the dopewars binary and high score file
       t@@ -151,7 +151,7 @@ with a command such as<br />
        <li><a href="index.html">Main index</a></li>
        </ul>
        <p>
       -  Last update: <b>15-10-2002</b><br />
       +  Last update: <b>02-06-2003</b><br />
          Valid <a href="http://validator.w3.org/check/referer">XHTML 1.1</a>
        </p>
        </body>
 (DIR) diff --git a/win32/dialogs.rc b/win32/dialogs.rc
       t@@ -1,13 +1,13 @@
        #include "contid.h"
        1 DIALOG 17, 40, 239, 162
        STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
       -CAPTION "dopewars-1.5.8 installation"
       +CAPTION "dopewars-1.5.9 installation"
        BEGIN
                CONTROL "", 101, "WC_GTKSEP", 2 | WS_CHILD | WS_VISIBLE, 7, 135, 225, 2
                CONTROL "< &Back", BT_BACK, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_TABSTOP, 105, 143, 39, 13
                PUSHBUTTON "&Next >", BT_NEXT, 144, 143, 39, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
                PUSHBUTTON "&Cancel", BT_CANCEL, 191, 143, 39, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
       -        LTEXT "Welcome to the dopewars-1.5.8 installation program.\nThis program will install dopewars-1.5.8 on your computer.", -1, 22, 14, 195, 17, WS_CHILD | WS_VISIBLE | WS_GROUP
       +        LTEXT "Welcome to the dopewars-1.5.9 installation program.\nThis program will install dopewars-1.5.9 on your computer.", -1, 22, 14, 195, 17, WS_CHILD | WS_VISIBLE | WS_GROUP
                LTEXT "Use the ""Back"" and ""Next"" buttons at the bottom of the dialog to control the installation. You can quit at any time using the ""Cancel"" button.", -1, 22, 50, 195, 25, WS_CHILD | WS_VISIBLE | WS_GROUP
                LTEXT "Newer versions of this program, when available, can be obtained from the dopewars website, http://dopewars.sf.net/", -1, 22, 84, 195, 18, WS_CHILD | WS_VISIBLE | WS_GROUP
                CONTROL "Install for &all users (requires admin rights)", RB_ALLUSERS, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 28, 108, 110, 8
 (DIR) diff --git a/win32/filelist b/win32/filelist
       t@@ -1,8 +1,8 @@
        [product]
       -dopewars-1.5.8
       +dopewars-1.5.9
        
        [instdir]
       -C:\Program Files\dopewars-1.5.8
       +C:\Program Files\dopewars-1.5.9
        
        [NT Service]
        dopewars-server
       t@@ -71,7 +71,7 @@ dopewars-log.txt
        dopewars.sco
        
        [startmenudir]
       -dopewars-1.5.8
       +dopewars-1.5.9
        
        [startmenu]
        dopewars.lnk