~ubuntu-branches/debian/squeeze/sip4-qt3/squeeze

« back to all changes in this revision

Viewing changes to configure.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-06-16 16:40:28 UTC
  • mto: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090616164028-1562kataugz505m2
Tags: upstream-4.8.1
ImportĀ upstreamĀ versionĀ 4.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
 
23
23
# Initialise the globals.
24
 
sip_version = 0x040800
25
 
sip_version_str = "4.8"
 
24
sip_version = 0x040801
 
25
sip_version_str = "4.8.1"
26
26
py_version = sys.hexversion >> 8
27
27
plat_py_site_dir = None
28
28
plat_py_inc_dir = None