~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/applicationinfo.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Wenning
  • Date: 2009-05-04 07:41:20 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090504074120-iui3exld9scpfwrd
Tags: 0.12.1-1ubuntu1
* Merge with Debian unstable; remaining Ubuntu changes:
  - Upstream commit d440f16e1241915fed1d859c93ab54cb738112af; applied
    inline. To make psi work with Qt 4.5
  - debian-control: Don't build-depend on Qt << 4.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#define PROG_NAME "Psi"
29
29
//#define PROG_VERSION "0.12-dev" " (" __DATE__ ")"; //CVS Builds are dated
30
 
#define PROG_VERSION "0.12";
 
30
#define PROG_VERSION "0.12.1";
31
31
#define PROG_CAPS_NODE "http://psi-im.org/caps";
32
 
#define PROG_CAPS_VERSION "0.12";
 
32
#define PROG_CAPS_VERSION "0.12.1";
33
33
#define PROG_IPC_NAME "org.psi-im.Psi"  // must not contain '\\' character on Windows
34
34
#define PROG_OPTIONS_NS "http://psi-im.org/options";
35
35
#define PROG_STORAGE_NS "http://psi-im.org/storage";