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>2019-08-01 12:53:22 +0300
committerbubnikv <bubnikv@gmail.com>2019-08-01 12:53:22 +0300
commit576643c7eddca1f2fb516f2cccdd27ec07fad32c (patch)
tree414522387fbd64859b09a5e6e7ab40309bcd6265 /version.inc
parent5f89414501f84fc7075173bb8b9c9e514ec30607 (diff)
Bumped up the version to 2.1.0-alpha0.version_2.1.0-alpha0
Updated the bundled profiles to integrate retract overrides for PET and FLEX materials.
Diffstat (limited to 'version.inc')
-rw-r--r--version.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.inc b/version.inc
index 8f5ff57d1..4e1607bda 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.0.0")
+set(SLIC3R_VERSION "2.1.0-alpha0")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
-set(SLIC3R_RC_VERSION "2,0,0,0")
-set(SLIC3R_RC_VERSION_DOTS "2.0.0.0")
+set(SLIC3R_RC_VERSION "2,1,0,0")
+set(SLIC3R_RC_VERSION_DOTS "2.1.0.0")