Skip to content

Commit

Permalink
updates to support extra digit on version number in windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoplane committed Sep 5, 2022
1 parent 8240cb4 commit 3eed11a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/platform/msw/Slic3r.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PRODUCTVERSION @SLIC3R_RC_VERSION@
{
VALUE "CompanyName", "slic3r"
VALUE "FileDescription", "@SLIC3R_APP_NAME@"
VALUE "FileVersion", "@SLIC3R_BUILD_ID@"
VALUE "FileVersion", "@SLIC3R_RC_VERSION_DOTS@"
VALUE "ProductName", "@SLIC3R_APP_NAME@"
VALUE "ProductVersion", "@SLIC3R_BUILD_ID@"
VALUE "InternalName", "@SLIC3R_APP_NAME@"
Expand Down
4 changes: 2 additions & 2 deletions version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ set(SLIC3R_APP_CMD "superslicermx")
# versions
set(SLIC3R_VERSION "2.4")
set(SLIC3R_VERSION_FULL "2.4.58.4.1")
set(SLIC3R_BUILD_ID "${SLIC3R_APP_KEY}_${SLIC3R_VERSION_FULL}+UNKNOWN")
set(SLIC3R_BUILD_ID "${SLIC3R_APP_KEY}_${SLIC3R_VERSION_FULL}_2022-09-04")
set(SLIC3R_RC_VERSION "2,4,58,4")
set(SLIC3R_RC_VERSION_DOTS "${SLIC3R_VERSION_FULL}")
set(SLIC3R_RC_VERSION_DOTS "2.4.58.4")

# Same as the slicer name but for gcodeviewer
set(GCODEVIEWER_APP_NAME "${SLIC3R_APP_NAME} G-code Viewer")
Expand Down

0 comments on commit 3eed11a

Please sign in to comment.