forked from github/server
Merge branch 'version-3-3'
Conflicts: .travis.yml src/build.h
This commit is contained in:
commit
cfc0972912
2
critbit
2
critbit
|
@ -1 +1 @@
|
||||||
Subproject commit c267f95e4170c40809effa61af418fbe63d43e48
|
Subproject commit 2a7af5e2347217ea4efcf7fb3f0bc9c2681d1a17
|
|
@ -34,6 +34,6 @@ if [ ! -s $REPORTS/reports.txt ]; then
|
||||||
fi
|
fi
|
||||||
$BIN/compress.sh $GAME $TURN
|
$BIN/compress.sh $GAME $TURN
|
||||||
$BIN/sendreports.sh $GAME
|
$BIN/sendreports.sh $GAME
|
||||||
$BIN/backup-eressea $GAME
|
$BIN/backup-eressea $GAME $TURN
|
||||||
[ $GAME -lt 4 ] && $BIN/send-summary $GAME
|
[ $GAME -lt 4 ] && $BIN/send-summary $GAME
|
||||||
rm -f test/execute.lock
|
rm -f test/execute.lock
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#define VERSION_MAJOR 3
|
||||||
|
#define VERSION_MINOR 3
|
||||||
|
#define VERSION_BUILD 694
|
2
storage
2
storage
|
@ -1 +1 @@
|
||||||
Subproject commit bcc2874cf289a1d0fc9cc79ff3ed271403b2e24c
|
Subproject commit c6103e59c0938b173c0e08a852ff1cbbc4e284e3
|
Loading…
Reference in New Issue