Updated the year in the version string.

This commit is contained in:
Fabian Schlenz 2017-02-22 06:54:01 +01:00
parent a2224b326d
commit 42112d7607
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class CommandLineController {
}
private void printHeader() {
System.out.println("Telegram_Backup version " + Config.APP_APPVER + ", Copyright (C) 2016 Fabian Schlenz");
System.out.println("Telegram_Backup version " + Config.APP_APPVER + ", Copyright (C) 2016, 2017 Fabian Schlenz");
System.out.println();
System.out.println("Telegram_Backup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are");
System.out.println("welcome to redistribute it under certain conditions; run it with '--license' for details.");