diff --git a/FAQ---Frequently-Asked-Questions.md b/FAQ---Frequently-Asked-Questions.md index a6c5a0a..3ea1e6d 100644 --- a/FAQ---Frequently-Asked-Questions.md +++ b/FAQ---Frequently-Asked-Questions.md @@ -66,7 +66,7 @@ This is due to Android memory allocator and LuaJIT. See https://github.com/LuaJI What's "experimental fusing" method? ----- -It's the new, more efficient way to package your game for Android. Previously, you have to put `game.love` into the `assets` folder (either in APK or in the Android project), which may be problematic in certain situations. With the old packaging, the structure will look like this: +It's the new, more efficient way to package your game for Android starting in LOVE 11.4. Previously, you have to put `game.love` into the `assets` folder (either in APK or in the Android project), which may be problematic in certain situations. With the old packaging, the structure will look like this: ``` love-android