~ubuntu-branches/ubuntu/vivid/psi/vivid

« back to all changes in this revision

Viewing changes to src/applicationinfo.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
// Should also be overridable through an optional file.
27
27
 
28
28
#define PROG_NAME "Psi"
29
 
//#define PROG_VERSION "0.11-dev" " (" __DATE__ ")"; //CVS Builds are dated
30
 
#define PROG_VERSION "0.11";
 
29
//#define PROG_VERSION "0.12-dev" " (" __DATE__ ")"; //CVS Builds are dated
 
30
#define PROG_VERSION "0.12";
31
31
#define PROG_CAPS_NODE "http://psi-im.org/caps";
32
 
#define PROG_CAPS_VERSION "0.11-dev-rev8";
 
32
#define PROG_CAPS_VERSION "0.12";
 
33
#define PROG_IPC_NAME "org.psi-im.Psi"  // must not contain '\\' character on Windows
33
34
#define PROG_OPTIONS_NS "http://psi-im.org/options";
34
35
#define PROG_STORAGE_NS "http://psi-im.org/storage";
35
36
 
59
60
        return PROG_CAPS_VERSION;
60
61
}
61
62
 
 
63
QString ApplicationInfo::IPCName()
 
64
{
 
65
        return PROG_IPC_NAME;
 
66
}
 
67
 
62
68
QString ApplicationInfo::optionsNS()
63
69
{
64
70
        return PROG_OPTIONS_NS;