Skip to content

Commit

Permalink
Bump windows installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jun 7, 2022
1 parent 416c615 commit 19878b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/portmaster-installer.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Unicode true ; The Multi-Language-Part is a modified version of the MultiLanguage-NSIS-Example

!define PRODUCT_VERSION "0.8.1.0"
!define VERSION "0.8.1.0"
!define PRODUCT_VERSION "0.8.8.1"
!define VERSION "0.8.8.1"

VIProductVersion "${PRODUCT_VERSION}"
VIFileVersion "${VERSION}"
Expand Down

0 comments on commit 19878b4

Please sign in to comment.