From 8bf53370c18cd750f0a750d449089efa206ea4bc Mon Sep 17 00:00:00 2001
From: bubnikv <bubnikv@gmail.com>
Date: Thu, 23 Jan 2020 16:40:18 +0100
Subject: [PATCH] Bumped up version number 2.2.0-alpha3, so that the updated
 bundled profiles may require this version (2.2.0-alpha3) or newer. This
 change is needed for the clients to be forced to update the configurations to
 see the print bed, as the print bed model and image are no more hard coded,
 but they are referenced from the vendor specific Preset Bundle.

---
 resources/profiles/PrusaResearch.idx | 2 ++
 resources/profiles/PrusaResearch.ini | 2 +-
 version.inc                          | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/resources/profiles/PrusaResearch.idx b/resources/profiles/PrusaResearch.idx
index c451bb8bf..e84d5dd2a 100644
--- a/resources/profiles/PrusaResearch.idx
+++ b/resources/profiles/PrusaResearch.idx
@@ -1,3 +1,5 @@
+min_slic3r_version = 2.2.0-alpha3
+1.1.1-alpha3 Print bed textures are now configurable from the Preset Bundle. Requires PrusaSlicer 2.2.0-alpha3 and newer.
 min_slic3r_version = 2.2.0-alpha0
 1.1.1-alpha2 Bumped up config version, so our in house customer will get updated profiles.
 1.1.0 Filament aliases, Creality profiles and other goodies for PrusaSlicer 2.2.0-alpha0
diff --git a/resources/profiles/PrusaResearch.ini b/resources/profiles/PrusaResearch.ini
index 4f5c0482b..aa4b7cff0 100644
--- a/resources/profiles/PrusaResearch.ini
+++ b/resources/profiles/PrusaResearch.ini
@@ -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 PrusaSlicer configuration to be downgraded.
-config_version = 1.1.1-alpha2
+config_version = 1.1.1-alpha3
 # Where to get the updates from?
 config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
 changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
diff --git a/version.inc b/version.inc
index dbd97b655..997724f0b 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.2.0-alpha2")
+set(SLIC3R_VERSION "2.2.0-alpha3")
 set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
 set(SLIC3R_RC_VERSION "2,2,0,0")
 set(SLIC3R_RC_VERSION_DOTS "2.2.0.0")