~ubuntu-branches/ubuntu/saucy/lordsawar/saucy

« back to all changes in this revision

Viewing changes to src/defs.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Alexander Reichle-Schmehl, Barry deFreese
  • Date: 2009-03-01 17:43:35 UTC
  • mfrom: (1.1.7 upstream) (5.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301174335-jahzt2ziy11jaup2
Tags: 0.1.5-1
[ Alexander Reichle-Schmehl ]
* Adopt debian/control to my new name

[ Barry deFreese ]
* New upstream release.
  + Printfs dropped from network-connections.c. (Closes: #510767).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <string>
29
29
#include <libintl.h>
30
30
 
31
 
#define LORDSAWAR_SAVEGAME_VERSION "0.1.4"
32
 
#define LORDSAWAR_CONFIG_VERSION "0.1.4"
33
 
#define LORDSAWAR_RECENTLY_PLAYED_VERSION "0.1.4"
 
31
#define LORDSAWAR_SAVEGAME_VERSION "0.1.5"
 
32
#define LORDSAWAR_CONFIG_VERSION "0.1.5"
 
33
#define LORDSAWAR_RECENTLY_PLAYED_VERSION "0.1.5"
34
34
#define _(string) gettext(string) // Macro for the gettext
35
35
#define __(astring) std::string(gettext(astring.c_str()))
36
36