~ubuntu-branches/ubuntu/trusty/hugin/trusty-proposed

« back to all changes in this revision

Viewing changes to BUILD/src/hugin_version.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2011-01-06 14:28:24 UTC
  • mfrom: (1.1.9 upstream) (0.1.21 experimental)
  • Revision ID: james.westby@ubuntu.com-20110106142824-zn9lxylg5z44dynn
* Drop Cyril Brulebois from Uploaders. Thank you very much for your work.
* Bump package version. (rc3 was re-released as 2010.4.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __HUGIN_VERSION_H__
2
 
 
3
 
#define VERSION_MAJOR 2010
4
 
#define VERSION_MINOR 2
5
 
#define VERSION_PATCH 0
6
 
#define HUGIN_WC_REVISION d8ce0ba947cc
7
 
 
8
 
#if defined (_MSC_VER) || (__APPLE__)
9
 
#define PACKAGE_VERSION "2010.2.0 built by "
10
 
#define DISPLAY_VERSION "Pre-Release 2010.2.0.d8ce0ba947cc built by "
11
 
#else
12
 
#define PACKAGE_VERSION "2010.2.0"
13
 
#define DISPLAY_VERSION "Pre-Release 2010.2.0.d8ce0ba947cc"
14
 
#endif
15
 
 
16
 
/* this is a hg checkout, tag is as such
17
 
 * all builds from HG will be considered development versions
18
 
 */
19
 
#define HUGIN_DEVELOPMENT_VERSION
20
 
 
21
 
#endif