~ubuntu-branches/ubuntu/maverick/minitube/maverick

« back to all changes in this revision

Viewing changes to src/constants.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jakob Haufe
  • Date: 2010-07-27 23:04:09 UTC
  • mto: (1.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100727230409-u3tr25drgif3b4pm
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "constants.h"
 
2
 
 
3
#define STR(x) #x
 
4
#define STRINGIFY(x) STR(x)
 
5
 
 
6
const char *Constants::VERSION = STRINGIFY(APP_VERSION);
 
7
const char *Constants::APP_NAME = "Minitube";
 
8
const char *Constants::ORG_NAME = "Flavio Tordini";
 
9
const char *Constants::ORG_DOMAIN = "flavio.tordini.org";
 
10
const char *Constants::WEBSITE = "http://flavio.tordini.org/minitube";
 
11
const char *Constants::EMAIL = "flavio.tordini@gmail.com";