~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/common/Version.hxx

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2011-06-15 23:48:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615234831-hlgcsk2pmx5q5c2n
Tags: 3.4.1-1
* New upstream version.
* Update manpage with new features in 3.4.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: Version.hxx 2240 2011-05-28 14:00:12Z stephena $
 
17
// $Id: Version.hxx 2256 2011-06-11 23:55:53Z stephena $
18
18
//============================================================================
19
19
 
20
20
#ifndef VERSION_HXX
22
22
 
23
23
#include <cstdlib>
24
24
 
25
 
#define STELLA_VERSION "3.4"
26
 
#define STELLA_BUILD atoi("$Rev: 2240 $" + 6)
 
25
#define STELLA_VERSION "3.4.1"
 
26
#define STELLA_BUILD atoi("$Rev: 2256 $" + 6)
27
27
 
28
28
#endif