diff --git a/freeLib/src/aboutdialog.h b/freeLib/src/aboutdialog.h index c6a5eb5e..80a975c4 100644 --- a/freeLib/src/aboutdialog.h +++ b/freeLib/src/aboutdialog.h @@ -4,7 +4,7 @@ #include #define MAJOR_VERSION 7 -#define MINOR_VERSION 10 +#define MINOR_VERSION 11 #define PROG_VERSION QString("v %1.%2.%3").arg(MAJOR_VERSION).arg(MINOR_VERSION).arg(BUILD) #ifdef Q_OS_WIN