~ubuntu-branches/ubuntu/precise/unity-lens-music/precise

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-02-03 11:33:57 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120203113357-sosiy8htroha824q
Tags: 5.2.0-0ubuntu1
* New upstream release.
  - Dash - Remove Dash Home shortcut icons (LP: #885738)
  - Dash - Genre filter category in the Music Lens should use a 3 column
    layout (LP: #841902)
* debian/control:
  - build with vala 0.14
  - build-dep on latest libunity-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.c generated by valac 0.15.0, the Vala compiler
 
1
/* config.c generated by valac 0.14.1, the Vala compiler
2
2
 * generated from config.vala, do not modify */
3
3
 
4
4
 
10
10
 
11
11
 
12
12
 
13
 
#define CONFIG_PREFIX "/usr"
14
 
#define CONFIG_DATADIR "/usr/share"
15
 
#define CONFIG_PKGDATADIR "/usr/share/unity"
16
 
#define CONFIG_BINDIR "/usr/bin"
17
 
#define CONFIG_LOCALEDIR "/usr/share/locale"
 
13
#define CONFIG_PREFIX "/usr/local"
 
14
#define CONFIG_DATADIR "/usr/local/share"
 
15
#define CONFIG_PKGDATADIR "/usr/local/share/unity"
 
16
#define CONFIG_BINDIR "/usr/local/bin"
 
17
#define CONFIG_LOCALEDIR "/usr/local/share/locale"
18
18
#define CONFIG_PACKAGE "unity-lens-music"
19
 
#define CONFIG_VERSION "5.0.0"
 
19
#define CONFIG_VERSION "5.2.0"
20
20
 
21
21
 
22
22