Release 2015-03-14v5

This commit is contained in:
LevelX2 2015-03-26 19:24:53 +01:00
parent 65f731557b
commit 0d84127146
2 changed files with 4 additions and 1 deletions

View file

@ -60,7 +60,7 @@ public enum CardRepository {
// raise this if db structure was changed
private static final long CARD_DB_VERSION = 37;
// raise this if new cards were added to the server
private static final long CARD_CONTENT_VERSION = 9;
private static final long CARD_CONTENT_VERSION = 10;
private final Random random = new Random();
private Dao<CardInfo, Object> cardDao;

View file

@ -111,6 +111,9 @@ git log b78d6f69af6d2b565c95b3ac20f76dd7eeecb3f8..HEAD --diff-filter=A --name-st
since 1.3.0-2015-03-14v2
git log 78df43fd30850568c6494fb12c1f9d8415ef850f..HEAD --diff-filter=A --name-status | sed -ne "s/^A[^u]Mage.Sets\/src\/mage\/sets\///p" | sort > added_cards.txt
since 1.3.0-2015-03-14v5
git log 65f731557bb55d0c85723e382001bdf9701f0a7f..HEAD --diff-filter=A --name-status | sed -ne "s/^A[^u]Mage.Sets\/src\/mage\/sets\///p" | sort > added_cards.txt
3. Copy added_cards.txt to trunk\Utils folder
4. Run script: