~teejee2008/timeshift/trunk

« back to all changes in this revision

Viewing changes to src/Console/AppConsole.vala

  • Committer: Tony George
  • Date: 2017-01-08 05:43:45 UTC
  • Revision ID: tony.george.kol@gmail.com-20170108054345-mrw7f7kuwgc4d3kh
Uninstall Timeshift BTRFS if installed; Renamed application from 'Timeshift RSYNC' to 'Timeshift'

Show diffs side-by-side

added added

removed removed

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