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:
authorbubnikv <bubnikv@gmail.com>2020-01-23 18:40:18 +0300
committerbubnikv <bubnikv@gmail.com>2020-01-23 18:40:25 +0300
commit8bf53370c18cd750f0a750d449089efa206ea4bc (patch)
treef81e0c1c0d986f2e142f2035898e85f16224b624 /version.inc
parent5ff8ae955be3dfcae2387fe04386ee40ec868598 (diff)
Bumped up version number 2.2.0-alpha3,version_2.2.0-alpha3
so that the updated bundled profiles may require this version (2.2.0-alpha3) or newer. This change is needed for the clients to be forced to update the configurations to see the print bed, as the print bed model and image are no more hard coded, but they are referenced from the vendor specific Preset Bundle.
Diffstat (limited to 'version.inc')
-rw-r--r--version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc
index dbd97b655..997724f0b 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.2.0-alpha2")
+set(SLIC3R_VERSION "2.2.0-alpha3")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,2,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.2.0.0")