~timo-jyrinki/ubuntu/trusty/pitivi/merge_debian_0.93-3

« back to all changes in this revision

Viewing changes to pitivi/configure.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-09-13 22:02:24 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100913220224-gu43e6srha3sih5h
Tags: 0.13.4.3-1ubuntu1
New version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
LIBDIR = '/usr/lib'
29
29
PKGDATADIR = '/usr/share/pitivi'
30
30
PIXMAPDIR = '/usr/share/pixmaps'
31
 
pitivi_version = '0.13.4.2'
 
31
pitivi_version = '0.13.4.3'
32
32
APPNAME = 'PiTiVi'
33
33
PYGTK_REQ = '2.14.0'
34
34
PYGST_REQ = '0.10.19'