Mark alpha version

This commit is contained in:
Vojtech Kral 2019-02-11 16:16:36 +01:00
parent b6d155b442
commit a99da22d11
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
min_slic3r_version = 1.41.3-alpha
0.4.0-alpha
min_slic3r_version = 1.41.1
0.3.2 New MK2.5 and MK3 FW versions
0.3.1 New MK2.5 and MK3 FW versions

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.3.5
config_version = 0.4.0-alpha
# 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.41.2-beta"
#define SLIC3R_VERSION "1.41.3-alpha"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;