~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Didier Roche
  • Date: 2012-01-12 17:29:20 UTC
  • mfrom: (14.4.31)
  • Revision ID: didier.roche@canonical.com-20120112172920-0s52p7pbqaac1acr
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.c generated by valac 0.14.0, the Vala compiler
 
1
/* config.c generated by valac 0.15.0, 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/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"
 
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"
18
18
#define CONFIG_PACKAGE "unity-lens-files"
19
 
#define CONFIG_VERSION "0.6.12"
 
19
#define CONFIG_VERSION "5.0.0"
20
20
 
21
21
 
22
22