~ubuntu-branches/ubuntu/quantal/gwibber/quantal-proposed-201302220412

« back to all changes in this revision

Viewing changes to gwibber/microblog/util/const.py

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-08-27 13:14:35 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20120827131435-p3qpvj5n850yj6jl
Tags: 3.5.4-0ubuntu1
* New upstream release
  - ported from libindicate to libmessaging-menu (LP: #1040259)
* debian/control
  - changed gir1.2-indicate-0.7 depends to gir1.2-messagingmenu-1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  "service": "{R} @{nick}: {text}",
64
64
}
65
65
 
66
 
VERSION_NUMBER = "3.5.3"
 
66
VERSION_NUMBER = "3.5.4"
67
67
GCONF_CLIENT_DIR = "/apps/gwibber/client/"
68
68
 
69
69
BUG_URL = "https://bugs.launchpad.net/gwibber/+filebug"