mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Bumps up version number.
This was SVN commit r17978.
This commit is contained in:
parent
a7806675fb
commit
bfa94b87ae
3 changed files with 4 additions and 4 deletions
|
|
@ -344,9 +344,9 @@ zoom.out = 4
|
|||
[lobby]
|
||||
chattimestamp = false ; Show time chat message was posted
|
||||
history = 0 ; Number of past messages to display on join
|
||||
room = "arena20" ; Default MUC room to join
|
||||
room = "arena21" ; Default MUC room to join
|
||||
server = "lobby.wildfiregames.com" ; Address of lobby server
|
||||
xpartamupp = "wfgbot20" ; Name of the server-side xmpp client that manage games
|
||||
xpartamupp = "wfgbot21" ; Name of the server-side xmpp client that manage games
|
||||
|
||||
[mod]
|
||||
enabledmods = "mod public"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "0ad",
|
||||
"version": "0.0.20",
|
||||
"version": "0.0.21",
|
||||
"label": "0 A.D. Empires Ascendant",
|
||||
"url": "play0ad.com",
|
||||
"description": "A free, open-source, historical RTS game.",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "lib/sysdep/sysdep.h"
|
||||
#include "lib/svn_revision.h"
|
||||
|
||||
const char engine_version[] = "0.0.20";
|
||||
const char engine_version[] = "0.0.21";
|
||||
|
||||
// convert contents of file <in_filename> from char to wchar_t and
|
||||
// append to <out> file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue