mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-26 07:13:15 +08:00
Bumped up version to 2.7.0-alpha0, new splashscreen
This commit is contained in:
parent
e6ea3cc50f
commit
aaaaf8c83b
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 |
@ -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;
|
||||
}
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user