~ubuntu-branches/ubuntu/intrepid/smplayer/intrepid

« back to all changes in this revision

Viewing changes to src/version.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-05-13 10:12:30 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080513101230-3rx6z4ulb2zkyd2t
Tags: 0.6.0-1
* New upstream release.
* Bumped debian/compat to 6.
* debian/control:
  - Require debhelper >= 6.
  - Relaxed the dependency of smplayer-translations on smplayer
    to Recommends. (Closes: #478713)
* Dropped debian/smplayer.desktop, changes applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#define USE_SVN_VERSIONS 0
22
22
 
23
 
#define VERSION "0.6.0rc4 (SVN r1120)"
 
23
#define VERSION "0.6.0 final (SVN r1247)"
24
24
 
25
25
#if USE_SVN_VERSIONS
26
26
#include "svn_revision.h"