~renpytom/renpy/main

« back to all changes in this revision

Viewing changes to renpy.py

  • Committer: Tom
  • Date: 2012-06-24 00:09:22 UTC
  • Revision ID: pytom@bishoujo.us-20120624000922-x93ednlyjtoo43k1
Rewrite renpy.sh so it can choose between linux-x86 and linux-x86_64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
##############################################################################
86
86
 
87
87
# The version of the Mac Launcher and py4renpy that we require.
88
 
macos_version = (6, 11, 1)
89
 
linux_version = (6, 11, 1)
 
88
macos_version = (6, 14, 0)
 
89
linux_version = (6, 14, 0)
90
90
 
91
91
# Doing the version check this way also doubles as an import of ast,
92
92
# which helps py2exe et al.