Update version numbers for the 4.4.1 hotfix.

[CL 2260776 by Ben Marsh in Main branch]
This commit is contained in:
Ben Marsh
2014-08-18 09:48:56 -04:00
committed by UnrealBot
parent 9017779b57
commit bb5e6571ce
@@ -6,7 +6,11 @@
// This number identifies a particular API revision, and is used to determine module compatibility. Hotfixes should retain the API version of the original release.
// This define is parsed by the build tools, and should be a number or BUILT_FROM_CHANGELIST.
#if BUILT_FROM_CHANGELIST > 0
#define MODULE_API_VERSION BUILT_FROM_CHANGELIST
#else
#define MODULE_API_VERSION 0
#endif
// Check that the API version has been set manually for a hotfix release
#if ENGINE_PATCH_VERSION > 0 && BUILT_FROM_CHANGELIST > 0 && MODULE_API_VERSION == BUILT_FROM_CHANGELIST