Skip to content

Commit

Permalink
prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Nov 4, 2021
1 parent b77f051 commit 97fe1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Settings.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SetCompressor /SOLID lzma

!define APP_VERSION_MAJOR 0
!define APP_VERSION_MINOR 19
!define APP_VERSION_REVISION 2
!define APP_VERSION_REVISION 3
!define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of FreeCAD otherwise ""
# alternatively you can use APP_VERSION_EMERGENCY for a custom suffix of the version number
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of FreeCAD otherwise ""
Expand All @@ -29,7 +29,7 @@ SetCompressor /SOLID lzma

#--------------------------------
# Installer file name
# Typical names for the release are "FreeCAD-018-Installer-1.exe" etc.
# Typical names for the release are "FreeCAD-019-Installer-1.exe" etc.

!define ExeFile "${APP_NAME}-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Installer-${APP_VERSION_BUILD}.exe"

Expand Down

0 comments on commit 97fe1f8

Please sign in to comment.