Skip to content

Commit

Permalink
version 2.5.59.11
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Jun 4, 2024
1 parent 4b08ee2 commit 169257b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ void MainFrame::update_title()
}
}

title += wxString(SLIC3R_APP_NAME) + "_" + wxString(SLIC3R_VERSION) ;
title += wxString(SLIC3R_APP_NAME) + "_" + wxString(SLIC3R_VERSION_FULL) ;
if (wxGetApp().is_editor() && !has_name)
title += (" " + _L(SLIC3R_BASED_ON));

Expand Down
4 changes: 2 additions & 2 deletions version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ set(SLIC3R_APP_KEY "SuperSlicer")
set(SLIC3R_APP_CMD "superslicer")
# versions
set(SLIC3R_VERSION "2.5.59")
set(SLIC3R_VERSION_FULL "2.5.59.10")
set(SLIC3R_VERSION_FULL "2.5.59.11")
set(SLIC3R_BUILD_ID "${SLIC3R_APP_KEY}_${SLIC3R_VERSION_FULL}+UNKNOWN")
set(SLIC3R_RC_VERSION "2,5,59,10")
set(SLIC3R_RC_VERSION "2,5,59,11")
set(SLIC3R_RC_VERSION_DOTS "${SLIC3R_VERSION_FULL}")

# Same as the slicer name but for gcodeviewer
Expand Down

0 comments on commit 169257b

Please sign in to comment.