~ubuntu-branches/ubuntu/raring/sip4-qt3/raring

« back to all changes in this revision

Viewing changes to configure.py

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Marek
  • Date: 2010-04-18 18:06:56 UTC
  • mfrom: (2.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20100418180656-zwb321315ulsewwx
Tags: 4.10.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
 
27
27
# Initialise the globals.
28
 
sip_version = 0x040a01
29
 
sip_version_str = "4.10.1"
 
28
sip_version = 0x040a02
 
29
sip_version_str = "4.10.2"
30
30
py_version = sys.hexversion >> 8
31
31
plat_py_site_dir = None
32
32
plat_py_inc_dir = None