~ubuntu-branches/ubuntu/vivid/muon/vivid-proposed

« back to all changes in this revision

Viewing changes to exporter/main.cpp

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-01-30 18:38:53 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140130183853-e7eyc12eukg1z6pj
Tags: 2.1.3-0ubuntu1
* New upstream release.
* Refresh kubuntu_featured_sources.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
static const char description[] =
29
29
    I18N_NOOP("An application exporterer");
30
30
 
31
 
static const char version[] = "2.1.2";
 
31
static const char version[] = "2.1.3";
32
32
 
33
33
int main(int argc, char** argv)
34
34
{