~ubuntu-branches/ubuntu/quantal/openmsx-debugger/quantal

« back to all changes in this revision

Viewing changes to src/Version.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-12-06 07:40:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091206074002-kssfkg1d6xbp6w9e
Tags: 0.0.0.svn20091206-1
New svn snapshot (Closes: #559612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// $Id: Version.cpp 127 2006-08-09 22:53:35Z mthuurne $
 
1
// $Id: Version.cpp 9328 2009-03-03 17:56:27Z m9710797 $
2
2
 
3
3
#include "Version.h"
4
 
 
5
4
#include "Version.ii"
6
5
 
7
6
const std::string Version::FULL_VERSION
8
7
        = "openMSX Debugger " + Version::VERSION
9
 
        + ( Version::RELEASE ? "" : "-dev" + Version::CHANGELOG_REVISION );
 
8
        + (Version::RELEASE ? "" : "-dev" + Version::CHANGELOG_REVISION);