diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-06-25 00:36:42 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-06-25 00:36:42 +0200 |
commit | c081cd80213c5598729222fc274d8ae77efeff1b (patch) | |
tree | de259d9ac097cedbff60651cbcf511bb1edbef34 /logic/lists/ForgeVersionList.h | |
parent | 3a0cdf2d3dde6192694ca34429ab277608357c2a (diff) | |
download | MultiMC-c081cd80213c5598729222fc274d8ae77efeff1b.tar MultiMC-c081cd80213c5598729222fc274d8ae77efeff1b.tar.gz MultiMC-c081cd80213c5598729222fc274d8ae77efeff1b.tar.lz MultiMC-c081cd80213c5598729222fc274d8ae77efeff1b.tar.xz MultiMC-c081cd80213c5598729222fc274d8ae77efeff1b.zip |
Fix forge prerelease mess.
This adds a HACK that assumes Mojang will be consistent with their versioning. What could possibly go wrong?
Diffstat (limited to 'logic/lists/ForgeVersionList.h')
-rw-r--r-- | logic/lists/ForgeVersionList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/lists/ForgeVersionList.h b/logic/lists/ForgeVersionList.h index b19d3f56..091072e4 100644 --- a/logic/lists/ForgeVersionList.h +++ b/logic/lists/ForgeVersionList.h @@ -68,6 +68,8 @@ struct ForgeVersion : public BaseVersion QString jobbuildver; QString mcver; QString filename; + QString branch; + QString mcver_sane; }; class ForgeVersionList : public BaseVersionList |