~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/gpdefs.py

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-25 10:10:54 UTC
  • mfrom: (1.4.11)
  • Revision ID: package-import@ubuntu.com-20120925101054-y5gqrf29jt1evacd
Tags: 3.6.0-0ubuntu1
New upstream stable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
 
3
 
VERSION = "3.5.2"
 
3
VERSION = "3.6.0"
4
4
PACKAGE = "gedit-plugins"
5
 
PACKAGE_STRING = "gedit-plugins 3.5.2"
 
5
PACKAGE_STRING = "gedit-plugins 3.6.0"
6
6
GETTEXT_PACKAGE = "gedit-plugins"
7
7
GP_LOCALEDIR = "/opt/gnome/share/locale"