diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/installer.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index 14e64700f..9abeacf17 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -19,10 +19,10 @@ !define MINOR 2
!endif
!ifndef ALTER
- !define ALTER 6
+ !define ALTER 7
!endif
!ifndef BUILD
- !define BUILD 201906070000
+ !define BUILD 201906200000
!endif
!define VERSION ${MAJOR}.${MINOR}.${ALTER}
|
