Bumped up version numbers of the PrusaResearch.ini and the Slic3r itself.

This commit is contained in:
bubnikv 2018-05-22 15:18:38 +02:00
parent 360b34944d
commit 076b293fec
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
0.1.3 Fixed an incorrect position of the max_print_height parameter
0.1.2 Wipe tower changes
0.1.1 Minor print speed adjustments
0.1.0 Initial

View file

@ -5,7 +5,7 @@
name = Prusa Research
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the Slic3r configuration to be downgraded.
config_version = 0.1.2
config_version = 0.1.3
# Where to get the updates from?
config_update_url = https://raw.githubusercontent.com/prusa3d/Slic3r-settings/master/live/PrusaResearch/

View file

@ -14,7 +14,7 @@
#include <boost/thread.hpp>
#define SLIC3R_FORK_NAME "Slic3r Prusa Edition"
#define SLIC3R_VERSION "1.40.0-alpha"
#define SLIC3R_VERSION "1.40.0-alpha2"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;