summaryrefslogtreecommitdiff
path: root/Mac/IDLE
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/IDLE')
-rw-r--r--Mac/IDLE/IDLE.app/Contents/Info.plist6
-rwxr-xr-xMac/IDLE/IDLE.app/Contents/MacOS/IDLE2
2 files changed, 4 insertions, 4 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist
index a097c1a74c..89513b6f52 100644
--- a/Mac/IDLE/IDLE.app/Contents/Info.plist
+++ b/Mac/IDLE/IDLE.app/Contents/Info.plist
@@ -36,7 +36,7 @@
<key>CFBundleExecutable</key>
<string>IDLE</string>
<key>CFBundleGetInfoString</key>
- <string>2.6.0, © 001-2006 Python Software Foundation</string>
+ <string>%version%, © 2001-2008 Python Software Foundation</string>
<key>CFBundleIconFile</key>
<string>IDLE.icns</string>
<key>CFBundleIdentifier</key>
@@ -48,10 +48,10 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.6.0</string>
+ <string>%version%</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>2.6.0</string>
+ <string>%version%</string>
</dict>
</plist>
diff --git a/Mac/IDLE/IDLE.app/Contents/MacOS/IDLE b/Mac/IDLE/IDLE.app/Contents/MacOS/IDLE
index 15afffab30..ecf29bf087 100755
--- a/Mac/IDLE/IDLE.app/Contents/MacOS/IDLE
+++ b/Mac/IDLE/IDLE.app/Contents/MacOS/IDLE
@@ -1,4 +1,4 @@
-#!/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python
+#!%prefix%/Resources/Python.app/Contents/MacOS/Python3
import sys, os
execdir = os.path.dirname(sys.argv[0])