~ubuntu-branches/ubuntu/wily/udj-desktop-client/wily

« back to all changes in this revision

Viewing changes to src/ConfigDefs.hpp.in

  • Committer: Package Import Robot
  • Author(s): Nathan Handler
  • Date: 2012-11-14 15:29:07 UTC
  • mfrom: (1.2.1) (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121114152907-8uj9bwcima77vu28
Tags: 0.6.3-1
* New upstream release
* debian/copyright: Add stanzas for new upstream files
* debian/rules:
  - Do not install ./usr/share/doc/udj/UDJ.1
  - Remove /usr/share/doc/udj directory if it is empty
* debian/control:
  - Bump Standards-Version to 3.9.4 (no changes)
  - Use my @debian.org address for the Maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef CONFIG_DEFS_HPP
21
21
#define CONFIG_DEFS_HPP
22
22
 
 
23
#define UDJ_WINDOWS_UPDATE_URL "http://www.udjplayer.com/windows/sparkle.xml"
23
24
#define HAS_CUSTOM_CA_CERT @HAS_CUSTOM_CA_CERT@
24
25
#define IS_APPLE_BUILD @IS_APPLE_BUILD@
25
26
#define IS_WINDOWS_BUILD @IS_WINDOWS_BUILD@
 
27
#define UDJ_VERSION "@PROJECT_VERSION@"
26
28
 
27
29
#include <QUrl>
28
30