diff --git a/about_dialog.cpp b/about_dialog.cpp index 5239f23..2eeeca6 100644 --- a/about_dialog.cpp +++ b/about_dialog.cpp @@ -58,7 +58,7 @@ UI_Aboutwindow::UI_Aboutwindow() textedit1->setPlainText( "\n " PROGRAM_NAME " " PROGRAM_VERSION "\n" "\n This program is made by Teunis van Beelen.\n" - "\n Copyright (C) 2015 Teunis van Beelen.\n" + "\n Copyright (C) 2015, 2016 Teunis van Beelen.\n" "\n Email: teuniz@gmail.com\n" "\n Disclaimer:\n" " Despite this software is intend to be useful, there is no warranty, use this software at your own risk!\n"); diff --git a/global.h b/global.h index c090994..5eade5a 100644 --- a/global.h +++ b/global.h @@ -35,7 +35,7 @@ #define PROGRAM_NAME "DSRemote" -#define PROGRAM_VERSION "0.32_1610091654" +#define PROGRAM_VERSION "0.32_1610091750" #define MAX_PATHLEN 4096