diff --git a/Solidify/src/ui.h b/Solidify/src/ui.h index d7c0246..ee7a29f 100644 --- a/Solidify/src/ui.h +++ b/Solidify/src/ui.h @@ -39,7 +39,7 @@ #include "processing.h" #define VERSION_MAJOR 1 -#define VERSION_MINOR 40 +#define VERSION_MINOR 41 void setPBarColor(QProgressBar* progressBar, const QColor& color = QColor("#05B8CC"));