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-01-04 18:48:41 +0300
committerbubnikv <bubnikv@gmail.com>2019-01-04 18:48:41 +0300
commit567b3670613f0b695df8f783d973c53a4b6aae84 (patch)
treeadfe17bb07cf5dfabbf816713232a7c9ce325359 /version.inc
parent86e9cb604ac09318e503408947fbc5838448eddf (diff)
Disabled the print bed mesh temporarily,version_1.42.0-alpha2
bumped up the build version to alpha2, fixed one minor issue in G-code generator
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 d648bc48b..3cdadcbb6 100644
--- a/version.inc
+++ b/version.inc
@@ -2,7 +2,7 @@
# (the version numbers are generated by the build script from the git current label)
set(SLIC3R_FORK_NAME "Slic3r Prusa Edition")
-set(SLIC3R_VERSION "1.42.0-alpha1")
+set(SLIC3R_VERSION "1.42.0-alpha2")
set(SLIC3R_BUILD "${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_BUILD_ID "${SLIC3R_BUILD_ID}")
set(SLIC3R_RC_VERSION "1,42,0,0")