Bumps up version number.

This was SVN commit r17978.
This commit is contained in:
scythetwirler 2016-04-04 21:20:45 +00:00
parent a7806675fb
commit bfa94b87ae
3 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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.",

View file

@ -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.