1.17.2 release.
This commit is contained in:
parent
bba6e965e8
commit
d81d1443d7
5 changed files with 5 additions and 5 deletions
|
@ -167,7 +167,7 @@ PREFIX=/usr/local
|
||||||
#PROFILE= -pg -a
|
#PROFILE= -pg -a
|
||||||
|
|
||||||
# Compile Version
|
# Compile Version
|
||||||
VERSION= '-DVERSION="1.17.2pre1"'
|
VERSION= '-DVERSION="1.17.2"'
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# below this, nothing should be changed!
|
# below this, nothing should be changed!
|
||||||
|
|
|
@ -819,7 +819,6 @@
|
||||||
<LI>Added Alt-Buttons: second set of buttons are available on
|
<LI>Added Alt-Buttons: second set of buttons are available on
|
||||||
pressed Alt-key.
|
pressed Alt-key.
|
||||||
</UL>
|
</UL>
|
||||||
<A NAME="current"> </A>
|
|
||||||
<P><LI>Version 1.17.1
|
<P><LI>Version 1.17.1
|
||||||
<UL>
|
<UL>
|
||||||
<LI><B>1.17.1pre1</B>
|
<LI><B>1.17.1pre1</B>
|
||||||
|
@ -873,6 +872,7 @@
|
||||||
<LI>Added Global Options, can change resolution, fog mode, and
|
<LI>Added Global Options, can change resolution, fog mode, and
|
||||||
fullscreen mode.
|
fullscreen mode.
|
||||||
</UL>
|
</UL>
|
||||||
|
<A NAME="current"> </A>
|
||||||
<P><LI>Version 1.17.2
|
<P><LI>Version 1.17.2
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Fixed multiplayer fog of war (from Jimmy Salmon).
|
<LI>Fixed multiplayer fog of war (from Jimmy Salmon).
|
||||||
|
|
2
setup
2
setup
|
@ -122,7 +122,7 @@ fi
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
# DON'T CHANGE ANYTHING FROM HERE DOWN UNLESS YOU KNOW WHAT YOU ARE DOING
|
# 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
|
UNIX=0
|
||||||
BEOS=0
|
BEOS=0
|
||||||
WIN32=0
|
WIN32=0
|
||||||
|
|
|
@ -274,7 +274,7 @@
|
||||||
----------------------------------------------------------------------------*/
|
----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifndef VERSION
|
#ifndef VERSION
|
||||||
#define VERSION "1.17.2pre1" /// Engine version shown
|
#define VERSION "1.17.2" /// Engine version shown
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FreeCraftMajorVerion
|
#ifndef FreeCraftMajorVerion
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
/// Network protocol minor version (maximal 99)
|
/// Network protocol minor version (maximal 99)
|
||||||
#define NetworkProtocolMinorVersion 4
|
#define NetworkProtocolMinorVersion 4
|
||||||
/// Network protocol patch level (maximal 99)
|
/// Network protocol patch level (maximal 99)
|
||||||
#define NetworkProtocolPatchLevel 5
|
#define NetworkProtocolPatchLevel 6
|
||||||
/// Network protocol version (1,2,3) -> 10203
|
/// Network protocol version (1,2,3) -> 10203
|
||||||
#define NetworkProtocolVersion \
|
#define NetworkProtocolVersion \
|
||||||
(NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \
|
(NetworkProtocolMajorVersion*10000+NetworkProtocolMinorVersion*100 \
|
||||||
|
|
Loading…
Reference in a new issue