~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Gtk/AppGtk.vala

  • Committer: Tony George
  • Date: 2016-11-11 17:24:39 UTC
  • Revision ID: tony.george.kol@gmail.com-20161111172439-izntgrvtsmgp9kw8
v16.11.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
public Main App;
39
39
public const string AppName = "Timeshift RSYNC";
40
40
public const string AppShortName = "timeshift";
41
 
public const string AppVersion = "16.11";
 
41
public const string AppVersion = "16.11.1";
42
42
public const string AppAuthor = "Tony George";
43
43
public const string AppAuthorEmail = "teejeetech@gmail.com";
44
44