release version 3.8.11

- disable autoseed (endless loop)
This commit is contained in:
Enno Rehling 2016-05-17 15:45:11 +02:00
parent 21ee84dc65
commit b5a84f07ba
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ eressea.log.debug("rules for game E2")
return {
require('eressea'),
require('eressea.autoseed'),
-- require('eressea.autoseed'),
require('eressea.xmas'),
require('eressea.xmasitems'),
require('eressea.wedding'),

View File

@ -1,3 +1,3 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 8
#define VERSION_BUILD 10
#define VERSION_BUILD 11