From df641f6a3a832d8825512647dd0bf2576b71677c Mon Sep 17 00:00:00 2001 From: zhangzhendong Date: Thu, 3 Sep 2026 11:07:25 +0800 Subject: [PATCH] Bump version to 2.4.0 --- installer.nsi | 2 +- .../flatpak/io.github.Snapmaker.Snapmaker_Orca.metainfo.xml | 4 ++-- src/common_func/common_func.hpp | 4 ++-- version.inc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/installer.nsi b/installer.nsi index ab25ed6f911..d48093c2228 100644 --- a/installer.nsi +++ b/installer.nsi @@ -11,7 +11,7 @@ !define PRODUCT_INSTALL_KEY "Software\${PRODUCT_PUBLISHER}\${PRODUCT_NAME}" !ifndef VERSION - !define VERSION "2.3.6" + !define VERSION "2.4.0" !endif !ifndef SOURCE_DIR diff --git a/scripts/flatpak/io.github.Snapmaker.Snapmaker_Orca.metainfo.xml b/scripts/flatpak/io.github.Snapmaker.Snapmaker_Orca.metainfo.xml index c13eb00bc90..72586bcb398 100644 --- a/scripts/flatpak/io.github.Snapmaker.Snapmaker_Orca.metainfo.xml +++ b/scripts/flatpak/io.github.Snapmaker.Snapmaker_Orca.metainfo.xml @@ -38,9 +38,9 @@ #009688 - + -

Version 2.3.6 release with improvements and bug fixes.

+

Version 2.4.0 release with improvements and bug fixes.

diff --git a/src/common_func/common_func.hpp b/src/common_func/common_func.hpp index b8c9195d3fc..ec877687e2f 100644 --- a/src/common_func/common_func.hpp +++ b/src/common_func/common_func.hpp @@ -6,12 +6,12 @@ #define SLIC3R_APP_NAME "Snapmaker Orca" #define SLIC3R_APP_KEY "Snapmaker_Orca" #define SLIC3R_VERSION "01.10.01.50" -#define Snapmaker_VERSION "2.3.6" +#define Snapmaker_VERSION "2.4.0" #define MIN_FIRM_VER "1.6.0" #ifndef GIT_COMMIT_HASH #define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized #endif -#define SLIC3R_BUILD_ID "2.3.6" +#define SLIC3R_BUILD_ID "2.4.0" // #define SLIC3R_RC_VERSION "01.10.01.50" #define BBL_RELEASE_TO_PUBLIC 1 #define BBL_INTERNAL_TESTING 0 diff --git a/version.inc b/version.inc index 64eaf92d0fc..1e9b61b975b 100644 --- a/version.inc +++ b/version.inc @@ -10,7 +10,7 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "0") endif() -set(Snapmaker_VERSION "2.3.6") +set(Snapmaker_VERSION "2.4.0") set(MIN_FIRM_VER "1.0.0") string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)" Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})