Index: /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript
===================================================================
--- /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript	(revision 1042)
+++ /AE/Setup/Mac/AE Setup/AE Setup/AppDelegate.applescript	(revision 1043)
@@ -7,4 +7,6 @@
 --	because that would be redundant of the Installer itself.
 -- History:
+--   1.1.9 - No code changes. Re-built in order to include Run AE Installer 1.0.9, which also had no
+--           code changes but needed to be re-built in 10.12 in order to run in 10.12.
 --   1.1.8 - Updated "Run AE Installer" script for Mono in 10.11.
 --   1.1.7 - Now an AppleScriptObjC application to ensure signing integrity and OS compatibility.
@@ -23,5 +25,5 @@
 --   1.1.2 - Calling Java at Internet plug-in location instead of using basic command-line "java", as
 --              only the JDK installs command-line Java.
---   1.1.1 - Changed the "Run AE Installer" script to set environment to UTF-8 in order to avoid 'ƒ'
+--   1.1.1 - Changed the "Run AE Installer" script to set environment to UTF-8 in order to avoid 'Ä'
 --              problem in Java 7.
 --   1.1   - Updated bundled AEI Updater to 1.1, which supports proxies.
@@ -336,5 +338,5 @@
             set AppleScript's text item delimiters to origDelimiters
             -- Inform user if Java is too old
-            if (versionMajor ≥ gNeedsJavaVersionMajor) then
+            if (versionMajor ³ gNeedsJavaVersionMajor) then
                 if (versionMinor < gNeedsJavaVersionMinor) then
                     display dialog (("Sorry, Java v" & gNeedsJavaVersionMajor & "." & gNeedsJavaVersionMinor & " is required; found v" & versionMajor & "." & versionMinor & " instead.") as string) buttons {"OK"} default button 1 with title "AE Setup"
