Skip to content

Commit 0e8d1b6

Browse files
committed
version bump
1 parent b93fa2f commit 0e8d1b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Solidify/src/solidify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ bool solidify_main(const std::string& inputFileName, const std::string& outputFi
483483
LOG(error) << "Error opening " << outputFileName << std::endl;
484484
LOG(error) << out->geterror() << std::endl;
485485
mainWindow->emitUpdateTextSignal("Error! Check console for details");
486+
out->close();
486487
return false;
487488
}
488489

Solidify/src/ui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "processing.h"
4040

4141
#define VERSION_MAJOR 1
42-
#define VERSION_MINOR 39
42+
#define VERSION_MINOR 40
4343

4444
void setPBarColor(QProgressBar* progressBar, const QColor& color = QColor("#05B8CC"));
4545

0 commit comments

Comments
 (0)