1
0
forked from 0ad/0ad

Update version numbers. Switch lobby room.

This was SVN commit r17299.
This commit is contained in:
leper 2015-11-28 08:27:33 +00:00
parent 082af749f0
commit 9a40d1284e
3 changed files with 4 additions and 4 deletions

View File

@ -349,9 +349,9 @@ enable = false ; Enable Javascript debugging.
[lobby]
chattimestamp = false ; Show time chat message was posted
history = 0 ; Number of past messages to display on join
room = "arena19" ; Default MUC room to join
room = "arena20" ; Default MUC room to join
server = "lobby.wildfiregames.com" ; Address of lobby server
xpartamupp = "wfgbot19" ; Name of the server-side xmpp client that manage games
xpartamupp = "wfgbot20" ; Name of the server-side xmpp client that manage games
[mod]
enabledmods = "mod public"

View File

@ -1,6 +1,6 @@
{
"name": "0ad",
"version": "0.0.19",
"version": "0.0.20",
"label": "0 A.D. Empires Ascendant",
"url": "play0ad.com",
"description": "A free, open-source, historical RTS game.",

View File

@ -24,7 +24,7 @@
#include "lib/sysdep/sysdep.h"
#include "lib/svn_revision.h"
const char engine_version[] = "0.0.19";
const char engine_version[] = "0.0.20";
// convert contents of file <in_filename> from char to wchar_t and
// append to <out> file.