~ubuntu-branches/ubuntu/natty/muon/natty

« back to all changes in this revision

Viewing changes to updater/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2011-04-18 08:52:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110418085241-jz63d7wc4lq50cbc
Tags: 1.1.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
static const char description[] =
30
30
    I18N_NOOP("An update manager");
31
31
 
32
 
static const char version[] = "1.1.1 \"Bullish Bandril\"";
 
32
static const char version[] = "1.1.2 \"Bullish Bandril\"";
33
33
 
34
34
int main(int argc, char **argv)
35
35
{