Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2022-04-05 16:39:32 +0300
committerLukas Matena <lukasmatena@seznam.cz>2022-04-05 16:39:32 +0300
commitc6cffcc3a5818da912267b4319508d11e33db2d8 (patch)
treeaa53a2289f2d8934ea62aaa2909caef641829639
parentafefbdd4a9d9ae30f3f0ea87af31895067955be1 (diff)
Bumped up version to 2.4.2-rc1version_2.4.2-rc1
-rw-r--r--version.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.inc b/version.inc
index ad4052788..d27cff12a 100644
--- a/version.inc
+++ b/version.inc
@@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "PrusaSlicer")
set(SLIC3R_APP_KEY "PrusaSlicer")
-set(SLIC3R_VERSION "2.4.1")
+set(SLIC3R_VERSION "2.4.2-rc1")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
-set(SLIC3R_RC_VERSION "2,4,1,0")
-set(SLIC3R_RC_VERSION_DOTS "2.4.1.0")
+set(SLIC3R_RC_VERSION "2,4,2,0")
+set(SLIC3R_RC_VERSION_DOTS "2.4.2.0")