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-09-04 13:50:43 +0300
committerbubnikv <bubnikv@gmail.com>2019-09-04 13:50:43 +0300
commita09bb3802bfea0dd803221c451f470dfe611584e (patch)
treed14f4e6aa6b6b47f6e52cdf56396c83037d7aaad /version.inc
parent200ac4c35e71de11d4f5a65a46d0df433c46084a (diff)
Updated the bundled Prusa Research profiles.
Bumped up the version number to 2.0.0-rc. Changed the location of profiles from PrusaSlicer-beta to PrusaSlicer (that is the location for the released software).
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 2690ce674..7b1d8b56f 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.1.0-beta3")
+set(SLIC3R_VERSION "2.1.0-rc")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,1,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.1.0.0")