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-23 17:15:03 +0300
committerbubnikv <bubnikv@gmail.com>2019-08-23 17:15:03 +0300
commit29a51bc46fa15f2bebef2fb95be947e81fc9ff0e (patch)
tree27899ca084a0697e450b11ff7603994398326310 /version.inc
parent04d6cfe8def4dd6b5de08bf97888c209fadf8026 (diff)
Updated bundled Prusa3d profilesversion_2.1.0-beta
Bumped up the version to 2.1.0-beta, changed the user configs directory to PrusaSlicer-beta.
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 f84354ab8..961124060 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-alpha1")
+set(SLIC3R_VERSION "2.1.0-beta")
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")