Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Add new leagues & bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Oct 2, 2015
1 parent f2192bb commit b68a9d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/logindialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void LoginDialog::OnLeaguesRequestFinished() {
// But let's do our best and try to add at least some leagues!
// It's in case GGG's API is broken and suddenly starts returning empty pages,
// which of course will never happen.
leagues_ = { "Warbands", "Tempest", "Standard", "Hardcore" };
leagues_ = { "Flashback Event (IC001)", "Flashback Event HC (IC002)", "Standard", "Hardcore" };
} else {
for (auto &league : doc)
leagues_.push_back(league["id"].GetString());
Expand Down
8 changes: 4 additions & 4 deletions src/version_defines.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#pragma once

#define VER_CODE 15
#define VER_STR "0.3a"
#define VER_FILEVERSION 0,3,1,0
#define VER_FILEVERSION_STR "0.3.1.0"
#define VER_CODE 16
#define VER_STR "0.3b"
#define VER_FILEVERSION 0,3,2,0
#define VER_FILEVERSION_STR "0.3.2.0"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit b68a9d4

Please sign in to comment.