1.17.2 release.

This commit is contained in:
johns 2002-06-30 18:44:17 +00:00
parent bba6e965e8
commit d81d1443d7
5 changed files with 5 additions and 5 deletions

View file

@ -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!

View file

@ -819,7 +819,6 @@
<LI>Added Alt-Buttons: second set of buttons are available on
pressed Alt-key.
</UL>
<A NAME="current"> </A>
<P><LI>Version 1.17.1
<UL>
<LI><B>1.17.1pre1</B>
@ -873,6 +872,7 @@
<LI>Added Global Options, can change resolution, fog mode, and
fullscreen mode.
</UL>
<A NAME="current"> </A>
<P><LI>Version 1.17.2
<UL>
<LI>Fixed multiplayer fog of war (from Jimmy Salmon).

2
setup
View file

@ -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

View file

@ -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

View file

@ -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 \