From c081cd80213c5598729222fc274d8ae77efeff1b Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 25 Jun 2014 00:36:42 +0200 Subject: Fix forge prerelease mess. This adds a HACK that assumes Mojang will be consistent with their versioning. What could possibly go wrong? --- logic/lists/ForgeVersionList.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'logic/lists/ForgeVersionList.h') 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 -- cgit