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

« back to all changes in this revision

Viewing changes to configure.py

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-04-05 20:52:40 UTC
  • mfrom: (2.1.26 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090405205240-70z4i9r33o496pr7
Tags: 4.7.9-2
* Upload to unstable as the package is needed for KDE4.
* Adding myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
 
24
24
# Initialise the globals.
25
 
sip_version = 0x040706
26
 
sip_version_str = "4.7.6"
 
25
sip_version = 0x040709
 
26
sip_version_str = "4.7.9"
27
27
py_version = sys.hexversion >> 8
28
28
plat_py_site_dir = None
29
29
plat_py_inc_dir = None