diff options
| author | ruki <[email protected]> | 2019-12-21 00:22:51 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-21 00:22:51 +0800 |
| commit | 4c22b7a7823518d538a81081d2e795b9ce4403e2 (patch) | |
| tree | 8a416059d6bfdeb2b2e3ab05c5f81f1530cdfdb3 /scripts/installer.nsi | |
| parent | 4304ebbe2533d0a10a7bf5ae0ec066bff85a9620 (diff) | |
update versionv2.2.9
Diffstat (limited to 'scripts/installer.nsi')
| -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 b469c00b5..a1d2b73dd 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -21,10 +21,10 @@ !define MINOR 2 !endif !ifndef ALTER - !define ALTER 8 + !define ALTER 9 !endif !ifndef BUILD - !define BUILD 201908260000 + !define BUILD 201912200000 !endif !define VERSION ${MAJOR}.${MINOR}.${ALTER} |
