Bumped up version to 2.7.0-alpha0, new splashscreen

This commit is contained in:
Lukas Matena 2023-10-18 16:22:11 +02:00
parent e6ea3cc50f
commit aaaaf8c83b
4 changed files with 6 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 107 KiB

View File

@ -293,12 +293,10 @@ private:
version = _L("Version") + " " + std::string(SLIC3R_VERSION);
// credits infornation
credits = title + " " +
_L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n" +
credits = "\n" + title + " " +
_L("is based on Slic3r by Alessandro Ranellucci and the RepRap community.") + "\n\n" +
_L("Developed by Prusa Research.") + "\n\n" +
title + " " + _L("is licensed under the") + " " + _L("GNU Affero General Public License, version 3") + ".\n\n" +
_L("Contributions by Vojtech Bubnik, Enrico Turri, Oleksandra Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and numerous others.") + "\n\n" +
_L("Artwork model by Creative Tools");
_L("Licensed under GNU AGPLv3.") + "\n\n\n\n\n\n\n";
title_font = version_font = credits_font = init_font;
}

View File

@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "PrusaSlicer")
set(SLIC3R_APP_KEY "PrusaSlicer")
set(SLIC3R_VERSION "2.6.2-alpha1")
set(SLIC3R_VERSION "2.7.0-alpha0")
set(SLIC3R_BUILD_ID "PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,6,2,0")
set(SLIC3R_RC_VERSION_DOTS "2.6.2.0")
set(SLIC3R_RC_VERSION "2,7,0,0")
set(SLIC3R_RC_VERSION_DOTS "2.7.0.0")