Skip to content

Commit

Permalink
update for 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Mar 13, 2022
1 parent 822db88 commit 1ef493d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Settings.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ SetCompressor /SOLID lzma

!define APP_VERSION_MAJOR 0
!define APP_VERSION_MINOR 19
!define APP_VERSION_REVISION 3
!define APP_VERSION_REVISION 4
!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 ""
!define APP_VERSION_BUILD 4 # Start with 1 for the installer releases of each version
!define APP_VERSION_BUILD 2 # Start with 1 for the installer releases of each version

!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display

Expand Down
2 changes: 1 addition & 1 deletion information/Creation of SHA256 checksum file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
4. Open the file in a text editor
5. Run Windows' 'certutil' utility in the command line, e.g.:

certutil -hashfile FreeCAD-0.19.3-WIN-x64-installer-1.exe SHA256
certutil -hashfile FreeCAD-0.19.4-WIN-x64-installer-1.exe SHA256

6. Copy the resulting hash from the command line to the file
7. Update file size and filename in the file

0 comments on commit 1ef493d

Please sign in to comment.