~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to src/autorevision.h

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*7804M*/
 
2
#ifndef AUTOREVISION_H
 
3
#define AUTOREVISION_H
 
4
 
 
5
 
 
6
#ifndef SVN_AUTOREVISION_STATIC
 
7
#define SVN_AUTOREVISION_STATIC
 
8
#endif
 
9
 
 
10
 
 
11
 
 
12
#define SVN_LOW_REV      7804
 
13
#define SVN_LOW_REV_STR "7804"
 
14
#define SVN_REV          7804
 
15
#define SVN_REV_STR     "7804"
 
16
#define SVN_DATE        "2009-06-21 11:53:22"
 
17
#define SVN_URI         "tags/2.2.1"
 
18
 
 
19
#define SVN_WC_MODIFIED 1
 
20
#define SVN_WC_SWITCHED 0
 
21
 
 
22
        SVN_AUTOREVISION_STATIC const char svn_low_revision_cstr[] = "";
 
23
        SVN_AUTOREVISION_STATIC const char svn_revision_cstr[] = "7804";
 
24
        SVN_AUTOREVISION_STATIC const char svn_date_cstr[] = "2009-06-21 11:53:22";
 
25
        SVN_AUTOREVISION_STATIC const char svn_uri_cstr[] = "tags/2.2.1";
 
26
 
 
27
 
 
28
#endif