mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-31 22:06:59 +00:00
Bump version to 2.2.4
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
#define SLIC3R_APP_NAME "Snapmaker Orca"
|
#define SLIC3R_APP_NAME "Snapmaker Orca"
|
||||||
#define SLIC3R_APP_KEY "Snapmaker_Orca"
|
#define SLIC3R_APP_KEY "Snapmaker_Orca"
|
||||||
#define SLIC3R_VERSION "01.10.01.50"
|
#define SLIC3R_VERSION "01.10.01.50"
|
||||||
#define Snapmaker_VERSION "2.2.1"
|
#define Snapmaker_VERSION "2.2.4"
|
||||||
#define MIN_FIRM_VER "1.0.0"
|
#define MIN_FIRM_VER "1.0.0"
|
||||||
#ifndef GIT_COMMIT_HASH
|
#ifndef GIT_COMMIT_HASH
|
||||||
#define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized
|
#define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized
|
||||||
#endif
|
#endif
|
||||||
#define SLIC3R_BUILD_ID "2.2.1"
|
#define SLIC3R_BUILD_ID "2.2.4"
|
||||||
// #define SLIC3R_RC_VERSION "01.10.01.50"
|
// #define SLIC3R_RC_VERSION "01.10.01.50"
|
||||||
#define BBL_RELEASE_TO_PUBLIC 1
|
#define BBL_RELEASE_TO_PUBLIC 1
|
||||||
#define BBL_INTERNAL_TESTING 0
|
#define BBL_INTERNAL_TESTING 0
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ endif()
|
|||||||
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
||||||
set(BBL_INTERNAL_TESTING "0")
|
set(BBL_INTERNAL_TESTING "0")
|
||||||
endif()
|
endif()
|
||||||
set(Snapmaker_VERSION "2.2.1")
|
set(Snapmaker_VERSION "2.2.4")
|
||||||
set(MIN_FIRM_VER "1.0.0")
|
set(MIN_FIRM_VER "1.0.0")
|
||||||
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
|
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
|
||||||
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})
|
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})
|
||||||
|
|||||||
Reference in New Issue
Block a user