~ubuntu-branches/ubuntu/saucy/unity-place-files/saucy

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-03-07 19:07:53 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110307190753-fvaoj18uihxcf3i8
Tags: 0.5.40-0ubuntu1
* New upstream release.
  - dash search does not find names with '-' (d-feet, e-mail) (LP: #729025)
  - English printf string hard to translate (LP: #641480)
* debian/control:
  - bump libunity and dee dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#define CONFIG_BINDIR "/usr/bin"
17
17
#define CONFIG_LOCALEDIR "/usr/share/locale"
18
18
#define CONFIG_PACKAGE "unity-place-files"
19
 
#define CONFIG_VERSION "0.5.38"
 
19
#define CONFIG_VERSION "0.5.40"
20
20
 
21
21
 
22
22