Skip to content

Commit

Permalink
Bump version in nightly.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Apr 7, 2023
1 parent 53ea18e commit c9fb3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/installer/nightly.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ Var UninstallExePath

!ifndef MAJOR_VER
!define MAJOR_VER "1"
!define MINOR_VER "5"
!define MAINT_VER "9"
!define MINOR_VER "6"
!define MAINT_VER "0"
!endif
!define 0.0 "${MAJOR_VER}.${MINOR_VER}"
!define 0.0.0 "${MAJOR_VER}.${MINOR_VER}.${MAINT_VER}"
Expand Down

0 comments on commit c9fb3cd

Please sign in to comment.