diff --git a/common/yacreader_global.h b/common/yacreader_global.h index a8097c06..2beacf5d 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -1,7 +1,7 @@ #ifndef __YACREADER_GLOBAL_H #define __YACREADER_GLOBAL_H -#define VERSION "6.5.0" +#define VERSION "6.5.3" #define PATH "PATH" #define MAG_GLASS_SIZE "MAG_GLASS_SIZE" diff --git a/custom_widgets/help_about_dialog.cpp b/custom_widgets/help_about_dialog.cpp index da8b78c6..2c7b97b9 100644 --- a/custom_widgets/help_about_dialog.cpp +++ b/custom_widgets/help_about_dialog.cpp @@ -9,6 +9,8 @@ #include #include +#include "yacreader_global.h" + HelpAboutDialog::HelpAboutDialog(QWidget * parent) :QDialog(parent) { @@ -41,7 +43,7 @@ HelpAboutDialog::HelpAboutDialog(const QString & pathAbout,const QString & pathH void HelpAboutDialog::loadAboutInformation(const QString & path) { - aboutText->setHtml(fileToString(path)); + aboutText->setHtml(fileToString(path).arg(VERSION)); aboutText->moveCursor(QTextCursor::Start); } diff --git a/files/about.html b/files/about.html index 892d3c5f..177eb06c 100644 --- a/files/about.html +++ b/files/about.html @@ -24,7 +24,7 @@

General Information

-YACReader - Yet Another Comic Reader - version 6.5.0
+YACReader - Yet Another Comic Reader - version %1
by Luis Ángel San Martín Rodríguez

Contact