mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 13:31:59 +00:00
Bumps up version number.
This was SVN commit r17978.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user