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

« back to all changes in this revision

Viewing changes to muon/main.cpp

Tags: upstream-1.3.65
ImportĀ upstreamĀ versionĀ 1.3.65

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
static const char description[] =
30
30
    I18N_NOOP("A package manager");
31
31
 
32
 
static const char version[] = "1.3.1";
 
32
static const char version[] = "1.3.65";
33
33
 
34
34
int main(int argc, char **argv)
35
35
{