Index: AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript
===================================================================
--- AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1030)
+++ AE/Setup/Mac/Run AE Installer/Run AE Installer/AppDelegate.applescript	(revision 1042)
@@ -6,4 +6,6 @@
 --	shortcut for the user and as a part of the AE Setup process.
 -- History:
+--   1.0.9 - No code changes, but needed to re-build in 10.12 in order for it to work
+--              in 10.12.
 --   1.0.8 - Now that Mono is installed in /usr/local/bin/ in 10.11, we need to add
 --              that path to PATH when invoking Java.
@@ -23,5 +25,5 @@
 --   1.0.2 - Calling Java at Internet plug-in location instead of using basic command-
 --              line "java", as only the JDK installs command-line Java.
---   1.0.1 - Now setting environment to UTF-8 in order to avoid 'ƒ' problem in Java 7.
+--   1.0.1 - Now setting environment to UTF-8 in order to avoid 'Ä' problem in Java 7.
 --   1.0   - Initial release.
 
Index: AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist
===================================================================
--- AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1030)
+++ AE/Setup/Mac/Run AE Installer/Run AE Installer/Info.plist	(revision 1042)
@@ -18,9 +18,9 @@
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.8</string>
+	<string>1.0.9</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>1.0.8</string>
+	<string>1.0.9</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
@@ -28,5 +28,5 @@
 	<true/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2015 iritscen@oni2.net. All rights reserved.</string>
+	<string>Copyright © 2016 iritscen@oni2.net. All rights reserved.</string>
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
