diff --git a/src/main_window.cpp b/src/main_window.cpp index aa886f2..b92ccda 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -1224,7 +1224,7 @@ void AC_MainWindow::help_About() { QString about_str; QTextStream stream(&about_str); stream << tr("Acid Cam Qt version: ") << ac_version << " filters: " << ac::version.c_str() << "

"; - stream << tr("Engineering by Jared Bruni

This software is dedicated to all the people that struggle with mental illness.

My Social Media Accounts

\n\n GitHub
\nYouTube
Instagram
LostSideDead Facebook
My Facebook
Twitter


\n"); + stream << tr("Engineering by Jared Bruni

This software is dedicated to all the people that experience mental illness.

My Social Media Accounts

\n\n GitHub
\nYouTube
Instagram
LostSideDead Facebook
My Facebook
Twitter


\n"); QMessageBox::information(this, tr("About Acid Cam"), about_str); } diff --git a/src/qtheaders.h b/src/qtheaders.h index 76f3cb4..053b83e 100644 --- a/src/qtheaders.h +++ b/src/qtheaders.h @@ -6,7 +6,7 @@ #ifndef _QT_HEADERS__ #define _QT_HEADERS__ -#define ac_version "v1.20.1" +#define ac_version "v1.21.0" #include #include #include