Switch to freeciv-3.2 development

- Update to Freeciv server freeciv/freeciv@5166f0d9e1
- Change web network protocol capstr to freeciv-3.2 one
- Update version number in Dockerfile

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2021-05-19 23:41:38 +03:00
parent fd6895a820
commit ff734c795e
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
FROM debian:buster
MAINTAINER The Freeciv Project version: 3.1
MAINTAINER The Freeciv Project version: 3.2
RUN DEBIAN_FRONTEND=noninteractive apt-get update --yes --quiet && \
DEBIAN_FRONTEND=noninteractive apt-get install --yes \

View File

@@ -24,7 +24,7 @@ var syncTimerId = -1;
var clinet_last_send = 0;
var debug_client_speed_list = [];
var freeciv_version = "+Freeciv.Web.Devel-3.1";
var freeciv_version = "+Freeciv.Web.Devel-3.2";
var ws = null;
var civserverport = null;

View File

@@ -1,11 +1,11 @@
# The Git SHA hash for the commit to checkout from
# https://github.com/freeciv/freeciv
FCREV=3a723d0ce3bd9552f3558a799ce22c55901f7a5a
FCREV=5166f0d9e1ef15346ac7af042faad63d9f71a75d
ORIGCAPSTR="+Freeciv.Devel-3.1-2021.Feb.05"
ORIGCAPSTR="+Freeciv.Devel-3.2-2021.Feb.06"
# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
# internal to it. The server and client are always compatible.
WEBCAPSTR="+Freeciv.Web.Devel-3.1"
WEBCAPSTR="+Freeciv.Web.Devel-3.2"